All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

accept(File, String). Method in class sun.server.ServiceConfiguration
Implement file filtering to get just .properties files.
AclEntryImpl(). Constructor for class sun.security.acl.AclEntryImpl
Construct a null ACL entry
AclEntryImpl(Principal). Constructor for class sun.security.acl.AclEntryImpl
Construct an ACL entry that associates a user with permissions in the ACL.
AclImpl(Principal, String). Constructor for class sun.security.acl.AclImpl
Constructor for creating an empty ACL.
add(Object). Method in class sun.servlet.util.Queue
Adds an object to the head of the queue.
add(String, Object). Method in class sun.server.util.RegexpPool
Add a regular expression to the pool of regular expressions.
addAttributeDictionary(Dictionary). Method in class sun.servlet.http.HttpRequest
Stores an attribute dictionary, to be consulted for request attributes.
addEntry(Principal, AclEntry). Method in class sun.security.acl.AclImpl
Adds an ACL entry to this ACL.
addIdentity(Identity). Method in class sun.server.realm.IdentityMap
Store this Identity to a corresponding file, labeled by name.
addMember(Principal). Method in class sun.security.acl.GroupImpl
adds the specified member to the group.
addOwner(Principal, Principal). Method in class sun.security.acl.OwnerImpl
Adds an owner.
addPermission(Permission). Method in class sun.security.acl.AclEntryImpl
A principal or a group can be associated with multiple permissions.
addServletStartup(String). Method in class sun.server.ServletInfo
Adds servletName to the list of servlets to be started at startup Currently does not check if servletName is already in the list
AdminBase(). Constructor for class sun.server.AdminBase
Alarm(AlarmHandler). Constructor for class sun.server.util.Alarm
Creates a new alarm for the specified handler.
Alarm(long, AlarmHandler). Constructor for class sun.server.util.Alarm
Creates a new alarm for the specified time and handler.
AlarmManager(). Constructor for class sun.server.util.AlarmManager
AlarmManager(). Method in class sun.server.util.AlarmManager
Creates a new alarm manager, for managing alarm events.
algid. Variable in class sun.security.x509.X509Cert
algid. Variable in class sun.security.x509.X509Key
AlgIdDSA(). Constructor for class sun.security.x509.AlgIdDSA
Default constructor.
AlgIdDSA(BigInteger, BigInteger, BigInteger). Constructor for class sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from numeric parameters.
AlgIdDSA(byte[]). Constructor for class sun.security.x509.AlgIdDSA
Construct an AlgIdDSA from an X.509 encoded byte array.
AlgIdDSA(byte[], byte[], byte[]). Constructor for class sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from unsigned integers that define the algorithm parameters.
AlgorithmId(). Constructor for class sun.security.x509.AlgorithmId
Constructs an algorithm ID which will be initialized separately, for example by deserialization.
AlgorithmId(ObjectIdentifier). Constructor for class sun.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
alloc(). Static method in class sun.server.util.BufferManager
Get a byte array
alloc(). Method in class sun.servlet.util.Pool
Returns a new object from the allocation pool.
AllPermissionsImpl(String). Constructor for class sun.security.acl.AllPermissionsImpl
Ascii(). Constructor for class sun.servlet.util.Ascii
AuthContext(). Constructor for class sun.security.AuthContext
Constructs the common authentication context infrastructure.
authenticate(String). Method in interface sun.server.realm.PassphraseAuth
Authenticates the entity using the passphrase.
AuthGUI(). Constructor for class sun.security.AuthGUI
AuthGUI(String). Constructor for class sun.security.AuthGUI
AuthTTY(). Constructor for class sun.security.AuthTTY
authType. Variable in class sun.servlet.http.HttpRequest
The authentication type for the request.
avail. Variable in class sun.servlet.http.HttpServer
The number of available handlers.
avail. Variable in class sun.server.Service
The number of handler threads waiting for connections.
available(). Method in class sun.servlet.http.HttpInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in interface sun.server.util.URLContents
Check if the contents in this URLContents is ready for reading or is in the process of being fetched.
available(). Method in class sun.server.util.URLContentsImpl
Check if the contents in this URLContents is ready for reading or is in the process of being fetched.

B

backlog. Variable in class sun.servlet.http.HttpServer
The backlog parameter to use when creating the server socket.
backlogPropName. Static variable in class sun.server.ConnectionEndpoint
Key for value controlling connection setup backlog.
BadAclException(String). Constructor for class sun.server.realm.BadAclException
Constructs the exception, with descriptive information.
BadGroupException(String). Constructor for class sun.server.realm.BadGroupException
Constructs the exception, with descriptive information.
BadRealmException(String). Constructor for class sun.server.realm.BadRealmException
Constructs the exception, with descriptive information.
BadUserException(String). Constructor for class sun.server.realm.BadUserException
Constructs the exception, with descriptive information.
BASE64Decoder(). Constructor for class sun.server.util.BASE64Decoder
BASE64Encoder(). Constructor for class sun.server.util.BASE64Encoder
BASE_DAY_OF_WEEK. Static variable in class sun.servlet.http.HttpDate
buf. Variable in class sun.servlet.http.HttpInputStream
The input buffer.
buf. Variable in class sun.servlet.http.HttpOutputStream
The output buffer.
buf. Variable in class sun.servlet.http.HttpServerHandler
Temporary buffer for file requests.
buf. Variable in class sun.server.log.LogOutputStream
The buffer where output data is stored.
buf. Variable in class sun.server.util.TextOutputStream
The buffer where output data is stored.
BufferManager(). Constructor for class sun.server.util.BufferManager
bufHeader. Variable in class sun.servlet.http.HttpResponse
The buffer used to set the header buffer.
bytes. Variable in class sun.servlet.http.MessageBytes
The message bytes.
bytesPerAtom(). Method in class sun.server.util.BASE64Decoder
This class has 4 bytes per atom
bytesPerAtom(). Method in class sun.server.util.BASE64Encoder
this class encodes three bytes per atom.
bytesPerAtom(). Method in class sun.server.util.CharacterDecoder
Return the number of bytes per atom of decoding
bytesPerAtom(). Method in class sun.server.util.CharacterEncoder
Return the number of bytes per atom of encoding
bytesPerLine(). Method in class sun.server.util.BASE64Decoder
Any multiple of 4 will do, 72 might be common
bytesPerLine(). Method in class sun.server.util.BASE64Encoder
this class encodes 57 bytes per line.
bytesPerLine(). Method in class sun.server.util.CharacterDecoder
Return the maximum number of bytes that can be encoded per line
bytesPerLine(). Method in class sun.server.util.CharacterEncoder
Return the number of bytes that can be encoded per line

C

Cache(). Constructor for class sun.server.util.Cache
Constructs a new, empty Cache.
Cache(int). Constructor for class sun.server.util.Cache
Constructs a new, empty Cache with the specified initial capacity.
Cache(int, float). Constructor for class sun.server.util.Cache
Constructs a new, empty Cache with the specified initial capacity and the specified load factor.
cacheable(). Method in interface sun.server.util.URLContents
Are these contents cacheable?
cacheable(). Method in class sun.server.util.URLContentsImpl
cacheHit(). Method in interface sun.server.util.URLContents
This indicates that the URLContents is being accessed.
cacheHit(). Method in class sun.server.util.URLContentsImpl
This indicates that the URLContents is being accessed.
CacheReplacerImpl(). Constructor for class sun.server.util.CacheReplacerImpl
callServletService(String, ServletRequest, ServletResponse). Method in class sun.server.ServletInfo
Call the service method for the named servlet, loading the servlet if it is not loaded already and calling init before calling service - if not called already.
cancel(Alarm). Method in class sun.server.util.AlarmManager
Cancels a previously scheduled alarm event, removing it from the queue of pending alarm events.
cancelAll(). Method in class sun.server.util.AlarmManager
Cancels all previously schedules alarm events.
CE_DATA_BEING_FETCHED. Static variable in class sun.server.util.URLContentsImpl
CE_DATA_BEING_FILLED. Static variable in class sun.server.util.URLContentsImpl
CE_EMPTY. Static variable in class sun.server.util.URLContentsImpl
CE_FWRITE_FAILED. Static variable in class sun.server.util.URLContentsImpl
CE_READY. Static variable in class sun.server.util.URLContentsImpl
CEFormatException(String). Constructor for class sun.server.util.CEFormatException
CertAndKeyGen(String, String). Constructor for class sun.security.x509.CertAndKeyGen
Creates a CertAndKeyGen object for a particular key type and signature algorithm.
CertException(int). Constructor for class sun.security.x509.CertException
Constructs a cert exception using just an error code, without a string describing the context.
CertException(int, String). Constructor for class sun.security.x509.CertException
Constructs a cert exception using an error code (verf_*) and a string describing the context of the error.
CEStreamExhausted(). Constructor for class sun.server.util.CEStreamExhausted
changePassword(String, String). Method in class sun.server.realm.SharedPasswordRealm
Changes the user's password.
CharacterDecoder(). Constructor for class sun.server.util.CharacterDecoder
CharacterEncoder(). Constructor for class sun.server.util.CharacterEncoder
check(). Method in class sun.server.util.Ref
Checks to see what object is being pointed at by this Ref and returns it.
check(int). Method in class sun.servlet.http.HttpOutputStream
Checks the output stream for a pending IOException that needs to be thrown, a content length that has been exceeded, or observers that need to be notified.
checkPermission(Permission). Method in class sun.security.acl.AclEntryImpl
Checks if the passed permission is part of the allowed permission set in this entry.
checkPermission(Principal, Permission). Method in class sun.security.acl.AclImpl
This method checks whether or not the specified principal has the required permission.
chooseReplacements(DiskCache, int). Method in interface sun.server.util.CacheReplacer
This method chooses the list of cache entrie that should be replaced using a policy that is implementation specific.
chooseReplacements(DiskCache, int). Method in class sun.server.util.CacheReplacerImpl
This method chooses the list of cache entrie that should be replaced using a policy that is implementation specific.
cl. Variable in class sun.servlet.util.Pool
The Class used to create new objects.
classes. Variable in class sun.servlet.ServletLoader
clear(). Method in class sun.server.util.Cache
Clears the cache so that it has no more entries in it.
clear(). Method in class sun.servlet.http.MimeHeaders
Clears all header fields.
clear(). Method in class sun.server.util.SimpleHashtable
Clears this hashtable so that it contains no keys.
clone(). Method in class sun.security.acl.AclEntryImpl
Clones an AclEntry.
clone(). Method in class sun.servlet.http.Cookie
Returns a copy of this object.
close(). Method in class sun.servlet.http.HttpInputStream
Closes the input stream.
close(). Method in class sun.servlet.http.HttpOutputStream
Closes the servlet output stream.
close(). Method in class sun.server.log.Log
Closes the output stream.
close(). Method in class sun.server.ServiceLog
Close the service log.
committed. Variable in class sun.servlet.http.HttpOutputStream
Indicated whether the buffer has been written to the stream
commonName_oid. Static variable in class sun.security.x509.X500Name
OID for the "CN=" attribute, denoting a person's common name.
con. Variable in class sun.servlet.http.HttpRequest
The servlet connection for the request.
con. Variable in class sun.servlet.http.HttpResponse
The connection for this servlet.
ConfigurationException(). Constructor for class sun.server.ConfigurationException
ConfigurationException(String). Constructor for class sun.server.ConfigurationException
configureLog(boolean). Method in class sun.server.ServiceLog
ConnectionEndpoint(). Constructor for class sun.server.ConnectionEndpoint
connections. Variable in class sun.servlet.http.HttpServer
The queue of pending connections.
contains(Object). Method in class sun.server.util.SimpleHashtable
Tests if some key maps into the specified value in this hashtable.
containsHeader(String). Method in class sun.servlet.http.HttpResponse
Returns true if the specified header field is contained in this response otherwise returns false.
containsHeader(String). Method in interface javax.servlet.http.HttpServletResponse
Returns true if the response message header has a field with the specified name.
containsHeader(String). Method in class sun.servlet.http.MimeHeaders
Returns true if the specified field is contained in the header, otherwise returns false.
containsKey(Object). Method in class sun.server.util.SimpleHashtable
Tests if the specified object is a key in this hashtable.
contentLenSet. Variable in class sun.servlet.http.HttpResponse
Cookie(String, String). Constructor for class sun.servlet.http.Cookie
Defines a cookie with an initial name/value pair.
count. Variable in class sun.servlet.http.HttpInputStream
The current number of bytes in the buffer.
count. Variable in class sun.servlet.http.HttpOutputStream
The current number of bytes in the buffer.
count. Variable in class sun.server.log.LogOutputStream
The number of bytes in the buffer.
count. Variable in class sun.servlet.util.Pool
The current number of available objects.
count. Variable in class sun.server.util.TextOutputStream
The number of bytes in the buffer.
countryName_oid. Static variable in class sun.security.x509.X500Name
OID for the "C=" attribute, denoting a country.
createHandler(). Method in class sun.server.Service
Creates a new connection handler.
createUser(String, String). Method in class sun.server.realm.SharedPasswordRealm
Creates the named user, with the given (plaintext) password.

D

data. Variable in class sun.servlet.util.Queue
The queue data.
date. Variable in class sun.server.util.DateRep
date. Variable in class sun.server.log.Log
Date object for log entries.
DATELEN. Static variable in class sun.servlet.http.HttpDate
Length of RFC 1123 format date string as written by getBytes().
DateRep(). Constructor for class sun.server.util.DateRep
Construct a DateRep with no values.
DateRep(int, int, int, int, int, int, int, int, int, int, int, int, int). Constructor for class sun.server.util.DateRep
Construct a DateRep with the passed-in values.
DateRep(long). Constructor for class sun.server.util.DateRep
Construct a DateRep with the value ms.
dateValue. Variable in class sun.servlet.http.MimeHeaderField
The header field Date value.
dayOfWeek. Variable in class sun.server.util.DateRep
dayOfWeekInMonth. Variable in class sun.server.util.DateRep
dayOfYear. Variable in class sun.server.util.DateRep
days. Static variable in class sun.servlet.http.HttpDate
Days of the week.
DAYS_PER_LEAP. Static variable in class sun.servlet.http.HttpDate
DAYS_PER_YEAR. Static variable in class sun.servlet.http.HttpDate
daysBeforeMonth. Static variable in class sun.servlet.http.HttpDate
Number of days in a year before a given month.
daysBeforeMonth(int, int). Static method in class sun.servlet.http.HttpDate
Returns number of days before the specified month of the specified year.
daysBeforeMonthLeap. Static variable in class sun.servlet.http.HttpDate
Number of days in a leap year before a given month.
daysInMonth. Static variable in class sun.servlet.http.HttpDate
Number of days in the month.
daysInMonth(int, int). Static method in class sun.servlet.http.HttpDate
Returns number of days in the specified month of the specified year.
daysInMonthLeap. Static variable in class sun.servlet.http.HttpDate
Number of days in the month for a leap year.
DBDataEncoder(ServletOutputStream). Constructor for class sun.server.util.DBDataEncoder
DBDataSimpleEncoder(ServletOutputStream). Constructor for class sun.server.util.DBDataSimpleEncoder
declareTrustFor(X509Cert, String). Method in class sun.security.SimpleTrustDecider
Trust this certificate for the identified purpose.
decode(byte[]). Method in class sun.security.x509.X509Key
decode(InputStream). Method in class sun.security.x509.X509Cert
Decode an X.509 certificate from an input stream.
decode(InputStream). Method in class sun.security.x509.X509Key
Initialize an X509Key object from an input stream.
decode(String). Static method in class sun.server.util.URLDecoder
decode a URLencoded string, so we may use it as a URL
decodeAtom(InputStream, OutputStream, int). Method in class sun.server.util.BASE64Decoder
Decode one BASE64 atom into 1, 2, or 3 bytes of data.
decodeAtom(InputStream, OutputStream, int). Method in class sun.server.util.CharacterDecoder
This method does an actual decode.
decodeBuffer(InputStream). Method in class sun.server.util.CharacterDecoder
Decode the contents of the inputstream into a buffer.
decodeBuffer(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
Decode the text from the InputStream and write the decoded octets to the OutputStream.
decodeBuffer(String). Method in class sun.server.util.CharacterDecoder
Alternate decode interface that takes a String containing the encoded buffer and returns a byte array containing the data.
decodeBufferPrefix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
decode the beginning of the buffer, by default this is a NOP.
decodeBufferSuffix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
decode the buffer suffix, again by default it is a NOP.
decodeLinePrefix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
This method should return, if it knows, the number of bytes that will be decoded.
decodeLineSuffix(InputStream, OutputStream). Method in class sun.server.util.CharacterDecoder
This method post processes the line, if there are error detection or correction codes in a line, they are generally processed by this method.
decodeParams(). Method in class sun.security.x509.AlgIdDSA
Parses algorithm parameters P, Q, and G.
decodeParams(). Method in class sun.security.x509.AlgorithmId
When redefined by subclassers, this function allows algorithm parameters to be automatically parsed.
DEFAULT_GRACE. Static variable in class sun.server.ServiceParameters
DEFAULT_HOST. Static variable in class sun.server.ServiceParameters
DEFAULT_MAX_THREADS. Static variable in class sun.server.ServiceParameters
DEFAULT_MIN_THREADS. Static variable in class sun.server.ServiceParameters
DEFAULT_NAME. Static variable in class sun.server.ServiceParameters
DEFAULT_PROPS. Static variable in class sun.server.ServiceConfiguration
DEFAULT_TIMEOUT. Static variable in class sun.server.ServiceParameters
DEFAULT_VENDOR. Static variable in class sun.server.ServiceParameters
DEFAULT_VERSION. Static variable in class sun.server.ServiceParameters
defaultServiceConfig. Variable in class sun.server.Service
Default service configuration.
delete(Object). Method in class sun.server.util.List
delete is used to delete an element from the middle of the list.
delete(String). Method in class sun.server.util.RegexpPool
Delete the regular expression and its target.
deleteAcl(String). Method in class sun.server.realm.Realm
Deletes the named ACL.
deleteAll(). Method in class sun.server.util.List
Delete all elements of the list.
deleteCookie(HttpServletResponse). Method in class sun.servlet.http.Cookie
Deletes this cookie, using the given HTTP response to convey the deletion request to the user agent.
deleteGroup(String). Method in class sun.server.realm.Realm
Deletes a group, if it is empty and is a member of no group or ACL
deleteGroup(String). Method in class sun.server.realm.UNIXRealm
deleteHead(). Method in class sun.server.util.List
Delete the head of the list.
deleteListEntry(ListEntry). Method in class sun.server.util.List
The deleteListEntry method is a fast way to delete objects from the middle of the list.
deleteOwner(Principal, Principal). Method in class sun.security.acl.OwnerImpl
Delete owner.
deleteTail(). Method in class sun.server.util.List
Delete the tail of the list.
deleteUser(String). Method in class sun.server.realm.Realm
Deletes the identified user, if it is supported by the underlying realm implementation.
deleteUser(String). Method in class sun.server.realm.SharedPasswordRealm
Deletes the named user.
deleteUser(String). Method in class sun.server.realm.UNIXRealm
Not portably implementable.
destroy(). Method in class javax.servlet.GenericServlet
Destroys the servlet, cleaning up whatever resources are being held, and logs the destruction in the servlet log file.
destroy(). Method in interface javax.servlet.Servlet
Cleans up whatever resources are being held (e.g., memory, file handles, threads) and makes sure that any persistent state is synchronized with the servlet's current in-memory state.
destroyLoadedServlets(). Method in class sun.server.ServletInfo
Destroy all loaded servlets.
DH_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for Diffie Hellman Key agreement, from PKCS #3.
dir. Variable in class sun.servlet.ServletLoader
DiskCacheImpl(String, int, CacheReplacer, int, int). Constructor for class sun.server.util.DiskCacheImpl
doCommand(String[], PrintStream). Method in class sun.server.realm.dump
General purpose entry to the realm dumping facility.
doCompare(Object, Object). Method in interface sun.server.util.Compare
doCompare
documentDir. Variable in class sun.servlet.http.HttpServer
The document root directory for serving files.
doGet(HttpServletRequest, HttpServletResponse). Method in class sun.server.realm.dump
HTTP GET operations sent to this servlet producs a form which may be used to control which realm is being looked at.
doGet(HttpServletRequest, HttpServletResponse). Method in class javax.servlet.http.HttpServlet
Performs the HTTP GET operation.
doPost(HttpServletRequest, HttpServletResponse). Method in class sun.server.realm.dump
POSTing to this servlet uses form data to provide a detailed look at a single realm.
doPost(HttpServletRequest, HttpServletResponse). Method in class javax.servlet.http.HttpServlet
Performs the HTTP POST operation.
dropReadLock(URLContents). Method in interface sun.server.util.DiskCache
If a non - NULL URLContents is returned by invoking getRadLockedContents(), this call is mandatory after the application has finished reading the contents.
dropReadLock(URLContents). Method in class sun.server.util.DiskCacheImpl
DSA_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the Digital Signing Algorithm (DSA), from the NIST Object Implementors' Workshop.
dump(). Constructor for class sun.server.realm.dump
dump(PrintStream). Method in class sun.servlet.http.HttpRequest
Print debug information.
dump(PrintStream). Method in class sun.servlet.http.MimeHeaders
Dumps current headers to specified PrintStream for debugging.

E

elements(). Method in class sun.security.AuthContext
An unsupported java.util.Dictionary method.
elements(). Method in class sun.server.util.Cache
Returns an enumeration of the elements.
elements(). Method in class sun.server.util.List
Return a list of elements that are on the list.
elements(). Method in class sun.server.util.SimpleHashtable
Returns an enumeration of the values in this hashtable.
emit(DerOutputStream). Method in class sun.security.x509.AlgorithmId
Marshal a DER-encoded "AlgorithmID" sequence on the DER stream.
emit(DerOutputStream). Method in class sun.security.x509.X500Name
Emits the name in DER-encoded form.
emit(DerOutputStream). Method in class sun.security.x509.X509Key
Emit SubjectPublicKeyInfo sequence on the DER output stream.
empty(). Method in class sun.servlet.util.Queue
Returns true if the queue is empty.
encode(). Method in class sun.security.x509.AlgorithmId
Returns the DER-encoded X.509 AlgorithmId as a byte array.
encode(). Method in class sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
encode(byte[]). Method in class sun.server.util.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encode(byte[], OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encode(InputStream, OutputStream). Method in class sun.server.util.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encode(OutputStream). Method in class sun.security.x509.AlgorithmId
Emit DER-encoded X.509 "AlgorithmId" sequence on the output stream.
encode(OutputStream). Method in class sun.security.x509.X509Cert
Appends the certificate to an output stream.
encodeAndSign(BigInt, X500Signer). Method in class sun.security.x509.X509Cert
Creates an X.509 certificate, and signs it using the issuer passed (associating a signature algorithm and an X.500 name).
encodeAtom(OutputStream, byte[], int, int). Method in class sun.server.util.BASE64Encoder
encodeAtom - Take three bytes of input and encode it as 4 printable characters.
encodeAtom(OutputStream, byte[], int, int). Method in class sun.server.util.CharacterEncoder
Encode one "atom" of information into characters.
encodeBuffer(byte[]). Method in class sun.server.util.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encodeBuffer(byte[], OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encodeBuffer(InputStream, OutputStream). Method in class sun.server.util.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encodeBufferPrefix(OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the prefix for the entire buffer.
encodeBufferSuffix(OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the suffix for the entire buffer.
encodeLinePrefix(OutputStream, int). Method in class sun.server.util.CharacterEncoder
Encode the prefix that starts every output line.
encodeLineSuffix(OutputStream). Method in class sun.server.util.CharacterEncoder
Encode the suffix that ends every output line.
EndpointDescriptor(). Constructor for class sun.server.EndpointDescriptor
entries(). Method in class sun.security.acl.AclImpl
returns an enumeration of the entries in this ACL.
entries(). Method in interface sun.server.util.DiskCache
This returns an enumeration of cache entries in the cache i.e an enumeration of URLContents objects.
entries(). Method in class sun.server.util.DiskCacheImpl
This returns an enumeration of cache entries in the cache i.e an enumeration of CacheEntry objects.
equals(AlgorithmId). Method in class sun.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(byte[], int, int). Method in class sun.servlet.http.MessageBytes
Compares the message bytes to the specified subarray of bytes.
equals(byte[], int, int). Method in class sun.servlet.http.MessageString
Compares this message string to the specified subarray of bytes.
equals(Group). Method in class sun.security.acl.GroupImpl
This function returns true if the group passed matches the group represented in this interface.
equals(Host). Method in interface sun.server.realm.Host
Checks if the host represented by this Principal is the same as the other host
equals(Host). Method in class sun.server.realm.HostImpl
Tests the equality of this principal to another Host principal
equals(Object). Method in class sun.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(Object). Method in class sun.security.acl.PermissionImpl
This function returns true if the object passed matches the permission represented in this interface.
equals(Object). Method in class sun.security.acl.PrincipalImpl
This function returns true if the object passed matches the principal represented in this implementation
equals(Object). Method in class sun.security.x509.X509Cert
Compares two certificates.
equals(Object). Method in class sun.security.x509.X509Key
Compares two Objects for equality.
equals(ObjectIdentifier). Method in class sun.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equals(Permission). Method in class sun.security.acl.AllPermissionsImpl
This function returns true if the permission passed matches the permission represented in this interface.
equals(String). Method in class sun.servlet.http.MessageBytes
Compares the message bytes to the specified String object.
equals(String). Method in class sun.servlet.http.MessageString
Compares this message string to the specified String object.
equals(X500Name). Method in class sun.security.x509.X500Name
Compares this name with another, for equality.
equals(X509Cert). Method in class sun.security.x509.X509Cert
Compares two certificates, returning false if any data differs between the two.
equalsIgnoreCase(byte[], int, int). Method in class sun.servlet.http.MessageBytes
Compares the message bytes to the specified subarray of bytes.
equalsIgnoreCase(byte[], int, int). Method in class sun.servlet.http.MessageString
Compares this message string to the specified subarray of bytes.
equalsIgnoreCase(String). Method in class sun.servlet.http.MessageBytes
Compares the message bytes to the specified String object.
equalsIgnoreCase(String). Method in class sun.servlet.http.MessageString
Compares this message string to the specified String object.
err_CONSTRUCTION. Static variable in class sun.security.x509.CertException
Indicates an error constructing a certificate or cert chain.
err_INVALID_PUBLIC_KEY. Static variable in class sun.security.x509.CertException
Indicates an problem with the public key
error(String). Method in class sun.server.Service
Issues a non-fatal error message and returns.
error(String, Exception). Method in class sun.server.Service
Issues a non-fatal error message with exception trace and returns.
except. Variable in class sun.servlet.http.HttpOutputStream
If set then an I/O exception is pending.

F

fatal(String). Method in class sun.server.Service
Issues a fatal (non-recoverable) error message and then exits.
fatal(String, Exception). Method in class sun.server.Service
Issues a fatal (non-recoverable) error message with exception trace and then exits.
fetch(URL). Method in interface sun.server.util.FetchContents
The method that is invoked when there is a cache miss.
fill(). Method in class sun.servlet.http.HttpInputStream
Fills input buffer with more bytes.
find(String). Method in class sun.servlet.http.MimeHeaders
Finds and returns a header field with the given name.
finish(). Method in class sun.servlet.http.HttpInputStream
Finishes reading the request without closing the underlying stream.
finish(). Method in class sun.servlet.http.HttpOutputStream
Finishes the current response.
finish(). Method in class sun.servlet.http.HttpRequest
Finishes the current request.
finish(). Method in class sun.servlet.http.HttpResponse
Finishes the response.
firstElement(). Method in class sun.server.util.List
Return the first element of the list.
flush(). Method in class sun.servlet.http.HttpOutputStream
Flushes the output stream.
flush(). Method in class sun.server.log.Log
Flushes pending output.
flush(). Method in class sun.server.log.LogOutputStream
Flushes the output stream.
flush(). Method in class sun.server.util.Ref
Flushes the cached object.
flush(). Method in class sun.server.util.TextOutputStream
Flushes the output stream.
flushBytes(). Method in class sun.servlet.http.HttpOutputStream
Flushes the output stream bytes.
found(String). Method in interface sun.server.util.RegexpTarget
Gets called when a pattern in a RegexpPool matches.
free. Variable in class sun.servlet.util.Pool
The list of available objects.
free(byte[]). Static method in class sun.server.util.BufferManager
Return a byte array to the pool
free(Object). Method in class sun.servlet.util.Pool
Returns an object to the free list.
fromConfig(ServiceConfiguration, String). Static method in class sun.server.EndpointDescriptor
The default endpoint representation is currently a property set with a distinguished key "endpoint.class", used to identify which endpoint class is used.
full(). Method in class sun.servlet.util.Queue
Returns true if the queue is full.

G

generate(int). Method in class sun.security.x509.CertAndKeyGen
Generates a random public/private key pair, with a given key size.
GenericServlet(). Constructor for class javax.servlet.GenericServlet
The default constructor does no work.
get(). Method in class sun.server.util.Ref
Returns a pointer to the object referenced by this Ref.
get(Object). Method in class sun.security.AuthContext
Retrieves subsystem-specific authentication data.
get(Object). Method in class sun.server.util.Cache
Gets the object associated with the specified key in the Cache.
get(Object). Method in class sun.server.util.LRUCache
Gets the object associated with the specified key in the hashtable.
get(Object). Method in class sun.server.util.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable.
get(String). Static method in class sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
get(String). Static method in class sun.server.realm.Realm
Returns the realm identified by the name which is passed as a parameter.
get(String). Static method in class sun.server.util.ThreadLocal
Get the thread local object that has been associated with the key specified for this thread.
getAcceptedCAs(String). Method in class sun.security.SimpleTrustDecider
Returns a list of CAs accepted to authenticate entities for the specified purpose.
getAcceptedCAs(String). Method in interface sun.security.TrustDecider
Returns a list of CAs accepted to authenticate entities for the specified purpose.
getAcl(). Method in class sun.server.realm.Realm
Returns the access control list controlling which users within this realm should administrative privileges on this realm itself.
getAcl(String). Method in class sun.server.realm.Realm
Returns a particular named Access Control List (ACL) which is associated with this realm.
getAclNames(). Method in class sun.server.realm.Realm
Returns names of all the Acls in this realm.
getAdminAppletClass(). Method in class sun.server.ConnectionEndpoint
Endpoints can have custom administrative applets.
getAdminAppletClass(). Method in class sun.server.EndpointDescriptor
Hook to administer these objects.
getAlgorithm(). Method in class sun.security.x509.X509Key
Returns the algorithm to be used with this key.
getAlgorithmId(). Method in class sun.security.x509.X500Signer
Returns the algorithm used to sign.
getAlgorithmId(). Method in class sun.security.x509.X509Key
Returns the algorithm ID to be used with this key.
getAlgorithmId(String). Static method in class sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
getAll(byte[], int). Method in class sun.servlet.http.MimeHeaders
Get the current header fields in the byte array buf.
getAndLoadServlet(String). Method in class sun.server.ServletInfo
Returns the servlet corresponding to the specified name; if it is not loaded it tries to load.
getAttribute(String). Method in class sun.servlet.http.HttpRequest
Returns an attribute of the request for the specified key name.
getAttribute(String). Method in class sun.servlet.http.HttpServer
Returns an attribute of the server for the specified key name.
getAttribute(String). Method in interface javax.servlet.ServletContext
Returns the value of the named attribute of the network service, or null if the attribute does not exist.
getAttribute(String). Method in interface javax.servlet.ServletRequest
Returns the value of the named attribute of the request, or null if the attribute does not exist.
getAttribute(String). Method in interface sun.server.realm.User
Returns the single requested attribute for the user.
getAttributes(String[]). Method in interface sun.server.realm.User
Returns the requested set of attributes for the user.
getAuthInfo(). Method in interface sun.server.realm.User
Returns authentication information associated with the user.
getAuthType(). Method in class sun.servlet.http.HttpRequest
Returns the authentication scheme of the request, or null if none.
getAuthType(). Method in interface javax.servlet.http.HttpServletRequest
Returns the authentication scheme of the request, or null if none.
getAutoStartServiceNames(). Method in class sun.server.ServerProcess
Get the list of automatically-started service names for a server.
getAvailableHandlerThreads(). Method in class sun.server.Service
Returns available handler threads for this service.
getAvailableSize(). Method in class sun.server.util.LRUCache
The total amount of free space available in the cache for storing new elements
getBuffer(). Method in class sun.server.ServiceHandler
Get this thread's multi-purpose byte array.
getBytes(). Method in class sun.servlet.http.MessageBytes
Returns the message bytes.
getBytes(byte[], int). Method in class sun.servlet.http.MessageBytes
Puts the message bytes in buf starting at buf_offset.
getBytes(byte[], int). Method in class sun.servlet.http.MessageString
Get the bytes of this message string in buf starting at buf_offset.
getBytes(byte[], int). Method in class sun.servlet.http.MimeHeaderField
Put the bytes for this header into buf starting at offset buf_offset.
getBytes(byte[], int, int). Method in class sun.servlet.http.HttpDate
Writes an RFC 1123 formatted date to the specified subarray of bytes.
getCert(X500Name). Static method in class sun.security.VeriSign
Returns the X.509 Cert associated with this DN.
getCertificate(). Method in class sun.server.realm.IdentityMap
Get the certificate for this Identity.
getCertRequest(X500Name). Method in class sun.security.x509.CertAndKeyGen
Returns a PKCS #10 certificate request.
getCerts(). Static method in class sun.security.VeriSign
Returns all the X509 Certs from Verisign.
getComment(). Method in class sun.servlet.http.Cookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
getCommonName(). Method in class sun.security.x509.X500Name
Returns a "Common Name" component.
getConfiguration(). Method in class sun.server.Service
Get the configuration for the service.
getConnection(). Method in class sun.servlet.http.HttpServer
Called by a connection handler to retrieve the next connection from the queue.
getContentLength(). Method in class sun.servlet.http.HttpInputStream
Returns the content length for this input stream, or -1 if not set.
getContentLength(). Method in class sun.servlet.http.HttpOutputStream
Returns the content length for this output stream, or -1 if not set.
getContentLength(). Method in class sun.servlet.http.HttpRequest
Returns the size of the request entity data, or -1 if not known.
getContentLength(). Method in interface javax.servlet.ServletRequest
Returns the size of the request entity data, or -1 if not known.
getContentLength(). Method in interface sun.server.util.URLContents
The content length of the data on the input stream.
getContentLength(). Method in class sun.server.util.URLContentsImpl
The content length of the data on the input stream.
getContents(). Method in interface sun.server.util.URLContents
This is the input stream from which the contents of the URL to be stored or the URL being retrieved is read.
getContents(). Method in class sun.server.util.URLContentsImpl
This is the input stream from which the contents of the URL to be stored or the URL being retrieved is read.
getContentType(). Method in class sun.servlet.http.HttpRequest
Returns the Internet Media Type of the request entity data, or null if not known.
getContentType(). Method in interface javax.servlet.ServletRequest
Returns the Internet Media Type of the request entity data, or null if not known.
getContentType(). Method in interface sun.server.util.URLContents
The mime type of the contents that is referred to by the URL.
getContentType(). Method in class sun.server.util.URLContentsImpl
The mime type of the contents that is referred to by the URL.
getContext(). Method in interface sun.server.util.Cacheable
Retrieve the object that was set in the setContext method.
getCookies(HttpServletRequest). Static method in class sun.servlet.http.Cookie
Returns all the cookies found in an HTTP request.
getCountry(). Method in class sun.security.x509.X500Name
Returns a "Country" name component.
getCriticalKeys(). Method in class sun.server.ConnectionEndpoint
Lists the keys which initializeDescriptor absolutely requires to be made available to it.
getCriticalKeys(). Method in class sun.server.EndpointDescriptor
Lists the keys which initializeDescriptor absolutely requires to be made available to it.
getCurrentServerName(). Static method in class sun.server.ServerProcess
Get the name of the current server.
getCurrentTime(). Static method in class sun.servlet.http.HttpDate
Get the current time as number of milliseconds since the epoch.
getDateHeader(String). Method in class sun.servlet.http.HttpRequest
Returns the value of a date header field, or -1 if not found.
getDateHeader(String). Method in interface javax.servlet.http.HttpServletRequest
Returns the value of a date header field, or -1 if not found.
getDateHeader(String). Method in class sun.servlet.http.MimeHeaders
Returns the date value of a header with the specified name.
getDateValue(). Method in class sun.servlet.http.MimeHeaderField
Returns the date value of the header field.
getDefault(). Static method in class sun.security.AuthContext
Return the default authentication context used by this process.
getDefault(Object). Method in class sun.server.ConnectionEndpoint
Returns the default value of a given defaultable key.
getDefault(Object). Method in class sun.server.EndpointDescriptor
Returns the default value of a given key.
getDefaultAclOwner(). Method in class sun.server.realm.Realm
Returns the Principal which, by default, owns ACLs within this realm.
getDefaultAclOwner(). Method in class sun.server.realm.SharedPasswordRealm
Returns the principal which will by default own all ACLs in this realm.
getDefaultAclOwner(). Method in class sun.server.realm.UNIXRealm
Returns the principal which will by default own all ACLs in this realm.
getDefaultConfiguration(). Method in class sun.server.Service
Get the default configuration for the service.
getDefaultHost(). Method in class sun.server.ServiceParameters
Returns the default host name.
getDefaultServiceConfiguration(Service). Method in class sun.server.AdminBase
getDefaultServiceConfiguration(String). Static method in class sun.server.ServerProcess
Get the default configuration for a service in a server.
getDescription(). Method in class sun.server.ServerProcess
Get a server description.
getDescriptorKeys(). Method in class sun.server.ConnectionEndpoint
Lists the keys understood by initializeDescriptor; these include ones which have default values, as well as ones which do not have default values.
getDescriptorKeys(). Method in class sun.server.EndpointDescriptor
Lists the keys understood by initializeDescriptor, including ones which have default values.
getDomain(). Method in class sun.servlet.http.Cookie
Returns the domain of this cookie.
getDomainName(). Method in interface sun.server.realm.Host
Returns the domain name of this host
getDomainName(). Method in class sun.server.realm.HostImpl
Guess the domain name assuming the address is in non-numerical proper form
getEncoded(). Method in class sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
getEndpoint(). Method in class sun.server.Service
Returns the connection endpoint object, which is used to configure transport level protocol features of this service.
getEntityBytes(). Method in class sun.servlet.http.HttpResponse
Returns the size of the entity data for this response.
getErrorLog(). Static method in class sun.server.log.Log
Returns the process-wide default error log.
getEventLog(). Static method in class sun.server.log.Log
Returns the process-wide default trace log.
getField(int). Method in class sun.servlet.http.MimeHeaders
Returns the Nth header field, or null if there is no such header.
getFieldCount(String). Method in class sun.servlet.http.MimeHeaders
Returns the number of fields using a given field name.
getFileName(). Method in class sun.server.ServiceLog
Returns the filename associated with the ServiceLog.
getFormat(). Method in class sun.security.x509.X509Cert
Returns the "X.509" format identifier.
getFormat(). Method in class sun.security.x509.X509Key
Returns the format for this key: "X.509"
getG(). Method in class sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "G"
getGrace(). Method in class sun.server.ServiceParameters
Returns the shutdown grace period in seconds.
getGroup(). Method in class sun.server.ServiceParameters
Returns the service group name or id.
getGroup(String). Method in class sun.server.realm.Realm
Returns the group with the name which is given as a parameter.
getGroup(String). Method in class sun.server.realm.UNIXRealm
getGroupNames(). Method in class sun.server.realm.Realm
Returns names of all the groups in this particular realm.
getGroupNames(). Method in class sun.server.realm.UNIXRealm
Returns names of all the groups in this particular realm.
getGroupProperties(String). Method in class sun.server.ServiceConfiguration
Get all the properties in a property group.
getGroupProperty(String, String). Method in class sun.server.ServiceConfiguration
Get a property from a particular property group.
getGuarantor(). Method in class sun.security.x509.X509Cert
Returns getIssuerName
getHashtable(). Method in class sun.server.realm.IdentityMap
Get the hashtable for this Identity.
getHeader(int). Method in class sun.servlet.http.MimeHeaders
Returns the body of the nth header field where n >= 0.
getHeader(String). Method in class sun.servlet.http.HttpRequest
Returns the value of a header field, or null if not known.
getHeader(String). Method in interface javax.servlet.http.HttpServletRequest
Returns the value of a header field, or null if not known.
getHeader(String). Method in class sun.servlet.http.MimeHeaders
Returns the string value of one of the headers with the specified name.
getHeaderName(int). Method in class sun.servlet.http.MimeHeaders
Returns the name of the nth header field where n >= 0.
getHeaderNames(). Method in class sun.servlet.http.HttpRequest
Returns an enumeration of strings representing the header names for this request.
getHeaderNames(). Method in interface javax.servlet.http.HttpServletRequest
Returns an enumeration of strings representing the header names for this request.
getHeaders(). Method in class sun.servlet.http.HttpRequest
Returns the message header for this response.
getHeaders(). Method in class sun.servlet.http.HttpResponse
Returns the message header for this response.
getHeaders(). Method in interface sun.server.util.URLContents
return all the HTTP headers in a hash table format.
getHeaders(). Method in class sun.server.util.URLContentsImpl
return all the HTTP headers in a hash table format.
getHeaders(String). Method in class sun.servlet.http.MimeHeaders
Returns the string value of all of the headers with the specified name.
getHost(). Method in class sun.server.ServiceLog
Returns the hostname associated with the ServiceLog.
getHost(). Method in class sun.server.ServiceParameters
Returns the service host name.
getHostName(). Static method in class sun.servlet.http.HttpServer
Returns the host name of the server.
getIdentity(PublicKey). Method in class sun.server.realm.IdentityMap
Get an Identity by public key.
getIdentity(String). Method in class sun.server.realm.IdentityMap
Retrieve an Identity by name.
getIdentity(String, String). Static method in class sun.server.realm.IdentityMap
Get an Identity by name and directory.
getInitParameter(String). Method in class javax.servlet.GenericServlet
Returns a string containing the value of the named initialization parameter, or null if the requested parameter does not exist.
getInitParameter(String). Method in class sun.servlet.http.HttpServletConfig
Gets an initialization parameter of the servlet.
getInitParameter(String). Method in interface javax.servlet.ServletConfig
Returns a string containing the value of the named initialization parameter of the servlet, or null if the parameter does not exist.
getInitParameterNames(). Method in class javax.servlet.GenericServlet
Returns the names of the servlet's initialization parameters as an enumeration of strings, or an empty enumeration if there are no initialization parameters.
getInitParameterNames(). Method in class sun.servlet.http.HttpServletConfig
Returns an enumeration of initialization parameters for the servlet.
getInitParameterNames(). Method in interface javax.servlet.ServletConfig
Returns the names of the servlet's initialization parameters as an enumeration of strings, or an empty enumeration if there are no initialization parameters.
getInputStream(). Method in class sun.servlet.http.HttpRequest
Returns an input stream for reading request data.
getInputStream(). Method in class sun.servlet.http.HttpServerHandler
Returns the input stream for reading from the connection.
getInputStream(). Method in interface sun.servlet.ServletConnection
Returns an input stream for reading from the connection.
getInputStream(). Method in interface javax.servlet.ServletRequest
Returns an input stream for reading the request body.
getInterface(). Method in class sun.server.ConnectionEndpoint
Returns the address through which the service will be made available, or "*" if all available network addresses should be used.
getIntHeader(String). Method in class sun.servlet.http.HttpRequest
Returns the value of an integer header field, or -1 if not found.
getIntHeader(String). Method in interface javax.servlet.http.HttpServletRequest
Returns the value of an integer header field, or -1 if not found.
getIntHeader(String). Method in class sun.servlet.http.MimeHeaders
Returns the integer value of a header with the specified name.
getIntProperty(Properties, String, int). Static method in class sun.servlet.http.HttpServer
Returns the integer value of a property.
getIntValue(). Method in class sun.servlet.http.MimeHeaderField
Returns the integer value of the header field.
getIssuerAlgorithmId(). Method in class sun.security.x509.X509Cert
Returns the algorithm used by the issuer to sign the certificate.
getIssuerName(). Method in class sun.security.x509.X509Cert
Returns the certificate issuer's X.500 distinguished name.
getKeepAlive(). Method in class sun.servlet.http.HttpRequest
Returns true if this connection should be kept alive.
getKeepAlive(). Method in class sun.servlet.http.HttpResponse
Returns true if this connection should be kept alive.
getLastModified(HttpServletRequest). Method in class javax.servlet.http.HttpServlet
Returns the time the requested entity was last modified.
getLastModifiedDate(). Method in interface sun.server.util.URLContents
The last modified date on the URL.
getLastModifiedDate(). Method in class sun.server.util.URLContentsImpl
The last modified date on the URL.
getLength(). Method in class sun.servlet.http.MessageBytes
Returns the length of the bytes.
getLevel(). Method in class sun.server.log.Log
Returns the current logging level.
getLoadedServlets(). Method in class sun.server.ServletInfo
Gets the servletHashtable
getLocality(). Method in class sun.security.x509.X500Name
Returns a "Locality" name component.
getLog(). Method in class sun.server.ServiceLog
Returns the Log associated with this ServiceLog.
getMatchingProperties(String). Method in class sun.server.ServiceConfiguration
Get a property set having property names starting with a prefix.
getMaxAge(). Method in class sun.servlet.http.Cookie
Returns the maximum specified age of the cookie.
getMaxThreads(). Method in class sun.server.ServiceParameters
Returns the maximum number of handler threads.
getMethod(). Method in class sun.servlet.http.HttpRequest
Returns the method with which the request was made.
getMethod(). Method in interface javax.servlet.http.HttpServletRequest
Returns the method with which the request was made.
getMimeType(String). Method in class sun.servlet.http.HttpServer
Returns the mime type of the specified file.
getMimeType(String). Method in interface javax.servlet.ServletContext
Returns the mime type of the specified file, or null if not known.
getMinThreads(). Method in class sun.server.ServiceParameters
Returns the minimum number of handler threads.
getMoreData(). Method in class sun.security.x509.CertException
Returns a string describing the context in which the exception was reported.
getName(). Method in class sun.security.acl.AclImpl
Returns the name of the ACL.
getName(). Method in class sun.security.x509.AlgIdDSA
Returns "DSA", indicating the Digital Signature Algorithm (DSA) as defined by the Digital Signature Standard (DSS), FIPS 186.
getName(). Method in class sun.security.x509.AlgorithmId
Returns a name for the algorithm which may be more intelligible to humans than the algorithm's OID, but which won't necessarily be comprehensible on other systems.
getName(). Method in class sun.servlet.http.Cookie
Returns the name of the cookie.
getName(). Method in class sun.security.acl.GroupImpl
return the name of the principal.
getName(). Method in class sun.servlet.http.MimeHeaderField
Returns the header field name as a String.
getName(). Method in class sun.security.acl.PrincipalImpl
return the name of the principal.
getName(). Method in class sun.server.realm.Realm
Returns the name of this realm, as presented to users
getName(). Method in class sun.server.ServiceLog
Returns the short name of the ServiceLog.
getName(). Method in class sun.server.ServiceParameters
Returns the service name.
getName(). Method in class sun.security.x509.X500Name
Returns the value of toString().
getNotAfter(). Method in class sun.security.x509.X509Cert
Returns the last time the certificate is valid.
getNotBefore(). Method in class sun.security.x509.X509Cert
Returns the first time the certificate is valid.
getOffset(). Method in class sun.servlet.http.MessageBytes
Returns the start offset of the bytes.
getOID(). Method in class sun.security.x509.AlgorithmId
Returns the ISO OID for this algorithm.
getOptions(). Method in class sun.server.log.Log
Get an array of the options set for this log
getOrderedServiceNames(). Method in class sun.server.ServerProcess
Get the order in which to display service names for a server.
getOrganization(). Method in class sun.security.x509.X500Name
Returns an "Organization" name component.
getOrganizationalUnit(). Method in class sun.security.x509.X500Name
Returns an "Organizational Unit" name component.
getOutputStream(). Method in class sun.servlet.http.HttpResponse
Returns an output stream for writing response data.
getOutputStream(). Method in class sun.servlet.http.HttpServerHandler
Returns the output stream for writing to the connection.
getOutputStream(). Method in interface sun.servlet.ServletConnection
Returns an output stream for writing to the connection.
getOutputStream(). Method in interface javax.servlet.ServletResponse
Returns an output stream for writing response data.
getP(). Method in class sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "P"
getParameter(String). Method in class sun.servlet.http.HttpRequest
Returns the value of the specified parameter for the request.
getParameter(String). Method in interface javax.servlet.ServletRequest
Returns a string containing the lone value of the specified parameter, or null if the parameter does not exist.
getParameterNames(). Method in class sun.servlet.http.HttpRequest
Returns an enumeration of strings representing the parameter names for this request.
getParameterNames(). Method in interface javax.servlet.ServletRequest
Returns the parameter names for this request as an enumeration of strings, or an empty enumeration if there are no parameters or the input stream is empty.
getParameterValues(String). Method in class sun.servlet.http.HttpRequest
Returns the value of the specified parameter for the request.
getParameterValues(String). Method in interface javax.servlet.ServletRequest
Returns the values of the specified parameter for the request as an array of strings, or null if the named parameter does not exist.
getPassphraseIndex(). Static method in class sun.security.AuthContext
Returns the "well known" index in the authentication context which provides access to a plaintext passphrase.
getPath(). Method in class sun.servlet.http.Cookie
Returns the prefix of all URLs for which this cookie is targetted.
getPathInfo(). Method in class sun.servlet.http.HttpRequest
Returns optional extra path information following the servlet path, but immediately preceding the query string.
getPathInfo(). Method in interface javax.servlet.http.HttpServletRequest
Returns optional extra path information following the servlet path, but immediately preceding the query string.
getPathTranslated(). Method in class sun.servlet.http.HttpRequest
Returns extra path information translated to a real file system path.
getPathTranslated(). Method in interface javax.servlet.http.HttpServletRequest
Returns extra path information translated to a real path.
getPermissions(Principal). Method in class sun.security.acl.AclImpl
This method returns the set of allowed permissions for the specified principal.
getPort(). Method in class sun.server.ConnectionEndpoint
Returns the endpoint's port.
getPort(). Method in class sun.server.ServiceLog
Returns the port number associated with the ServiceLog.
getPrincipal(). Method in class sun.security.acl.AclEntryImpl
Return the Principal associated in this ACL entry.
getPrincipal(). Method in class sun.security.x509.X509Cert
Returns getSubjectName
getPrivateKey(). Method in class sun.security.x509.CertAndKeyGen
Returns the private key of the generated key pair.
getProperties(). Method in class sun.server.ServerProcess
Get the properties for a server.
getProperties(). Method in class sun.server.ServiceConfiguration
Get all the properties in the global list.
getProperty(String). Method in class sun.server.ServiceConfiguration
Get a property from the global list.
getProtocol(). Method in class sun.servlet.http.HttpRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getProtocol(). Method in interface javax.servlet.ServletRequest
Returns the protocol and version of the request as a string of the form <protocol>/<major version>.<minor version>.
getPublicKey(). Method in class sun.security.x509.CertAndKeyGen
Returns the public key of the generated key pair.
getPublicKey(). Method in class sun.security.x509.X509Cert
Returns the subject's public key.
getQ(). Method in class sun.security.x509.AlgIdDSA
Returns the DSS/DSA parameter "Q"
getQueryString(). Method in class sun.servlet.http.HttpRequest
Returns the query string part of the servlet URI, or null if none.
getQueryString(). Method in interface javax.servlet.http.HttpServletRequest
Returns the query string part of the servlet URI, or null if none.
getReadLockedContents(URL, FetchContents). Method in interface sun.server.util.DiskCache
This reads the cache entry for the URL.
getReadLockedContents(URL, FetchContents). Method in class sun.server.util.DiskCacheImpl
This reads the cache entry for the URL.
getRealm(). Method in interface sun.server.realm.User
Returns the realm with which this user is associated.
getRealmDir(). Method in class sun.server.realm.Realm
Normally identifies the directory where the realm stores realm-specific information, such as group membership lists, ACLs, and user authentication information.
getRealmNames(). Static method in class sun.server.realm.Realm
Returns the names of accessible realms.
getRealPath(String). Method in class sun.servlet.http.HttpRequest
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRealPath(String). Method in class sun.servlet.http.HttpServer
Returns the translated path for the specified virtual path.
getRealPath(String). Method in class sun.servlet.http.HttpServerHandler
Returns the translated path for the specified virtual path.
getRealPath(String). Method in interface sun.servlet.ServletConnection
Returns the specified path translated to a real path.
getRealPath(String). Method in interface javax.servlet.ServletContext
Applies alias rules to the specified virtual path and returns the corresponding real path.
getRealPath(String). Method in interface javax.servlet.ServletRequest
Applies alias rules to the specified virtual path and returns the corresponding real path, or null if the translation can not be performed for any reason.
getRemoteAddr(). Method in class sun.servlet.http.HttpRequest
Returns the IP address of the agent that sent the request.
getRemoteAddr(). Method in class sun.servlet.http.HttpServerHandler
Returns the remote address of the socket connection.
getRemoteAddr(). Method in interface sun.servlet.ServletConnection
Returns the IP address of the agent that sent the request.
getRemoteAddr(). Method in interface javax.servlet.ServletRequest
Returns the IP address of the agent that sent the request.
getRemoteHost(). Method in class sun.servlet.http.HttpRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteHost(). Method in class sun.servlet.http.HttpServerHandler
Returns the local port of the socket connection.
getRemoteHost(). Method in interface sun.servlet.ServletConnection
Returns the fully qualified host name of the agent that sent the request.
getRemoteHost(). Method in interface javax.servlet.ServletRequest
Returns the fully qualified host name of the agent that sent the request.
getRemoteUser(). Method in class sun.servlet.http.HttpRequest
Returns the name of the user making this request, or null if not known.
getRemoteUser(). Method in interface javax.servlet.http.HttpServletRequest
Returns the name of the user making this request, or null if not known.
getRequestLine(). Method in class sun.servlet.http.HttpRequest
Returns the request line bytes.
getRequestPath(). Method in class sun.servlet.http.HttpRequest
Returns the request path bytes.
getRequestURI(). Method in class sun.servlet.http.HttpRequest
Returns the request URI as string.
getRequestURI(). Method in interface javax.servlet.http.HttpServletRequest
Returns the request URI as a URL object.
getRequestURL(HttpServletRequest). Static method in class javax.servlet.http.HttpUtils
Reconstructs the URL used by the client used to make the request.
getResponseCode(). Method in interface sun.server.util.URLContents
The status code returned from reading the URL.
getResponseCode(). Method in class sun.server.util.URLContentsImpl
getResponseMessage(). Method in interface sun.server.util.URLContents
The status message returned from reading the URL.
getResponseMessage(). Method in class sun.server.util.URLContentsImpl
getScheme(). Method in class sun.servlet.http.HttpRequest
Returns the scheme of the URL used to make this request, such as "http" or "https".
getScheme(). Method in interface javax.servlet.ServletRequest
Returns the scheme of the URL used in this request, for example "http", "https", or "ftp".
getSecure(). Method in class sun.servlet.http.Cookie
Returns the value of the 'secure' flag.
getSelfCert(X500Name, long). Method in class sun.security.x509.CertAndKeyGen
Returns a self-signed X.509v1 certificate for the public key.
getSerialNumber(). Method in class sun.security.x509.X509Cert
Returns the certificate's serial number.
getServer(String). Static method in class sun.server.ServerProcess
Get a server instance given its name.
getServerInfo(). Method in class sun.servlet.http.HttpServer
Returns the name and version of the current server.
getServerInfo(). Method in interface javax.servlet.ServletContext
Returns the name and version of the network service under which the servlet is running.
getServerName(). Method in class sun.servlet.http.HttpRequest
Returns the host name of the server that received the request.
getServerName(). Method in class sun.servlet.http.HttpServerHandler
Returns the host name of the server.
getServerName(). Method in interface sun.servlet.ServletConnection
Returns the host name of the server that received the request.
getServerName(). Method in interface javax.servlet.ServletRequest
Returns the host name of the server that received the request.
getServerNames(). Static method in class sun.server.ServerProcess
Get the list of server names.
getServerPort(). Method in class sun.servlet.http.HttpRequest
Returns the port number on which this request was received.
getServerPort(). Method in class sun.servlet.http.HttpServerHandler
Returns the post number of the server.
getServerPort(). Method in interface sun.servlet.ServletConnection
Returns the port number on which this request was received.
getServerPort(). Method in interface javax.servlet.ServletRequest
Returns the port number on which this request was received.
getServerProperties(). Static method in class sun.server.ServerProcess
Get the server's properties.
getServerSocket(). Method in class sun.server.ConnectionEndpoint
Returns a server socket satisfying the constraints of the descriptor.
getServerSocket(String, int, int). Method in class sun.server.ConnectionEndpoint
Entry point which will usually be overridden by subclasses.
getService(). Method in class sun.server.ServiceParameters
Gets the service object.
getService(String). Static method in class sun.server.ServerProcess
Get a service instance.
getServiceConfiguration(Service). Method in class sun.server.AdminBase
It returns the configuration of the service
getServiceConfiguration(String, String). Static method in class sun.server.ServerProcess
Get the configuration for a service in a server.
getServiceNames(). Method in class sun.server.ServerProcess
Get the service names for a server.
getServiceNames(String). Static method in class sun.server.ServerProcess
Get the list of service names for a server.
getServiceParameters(). Method in class sun.server.Service
Returns the parameters for this service.
getServiceRoot(). Method in class sun.server.Service
Returns service root directory.
getServlet(). Method in class javax.servlet.UnavailableException
Returns the servlet that is reporting its unavailability.
getServlet(String). Method in class sun.servlet.http.HttpServer
Gets a servlet by name.
getServlet(String). Method in interface javax.servlet.ServletContext
Returns the servlet of the specified name, or null if not found.
getServlet(String). Method in class sun.server.ServletInfo
Returns the servlet corresponding to the specified name, or null if it is not loaded
getServletConfig(). Method in class javax.servlet.GenericServlet
Returns a servletConfig object containing any startup configuration information for this servlet.
getServletConfig(). Method in interface javax.servlet.Servlet
Returns a servlet config object, which contains any initialization parameters and startup configuration for this servlet.
getServletConfig(Properties). Method in class sun.server.ServletInfo
getServletContext(). Method in class javax.servlet.GenericServlet
Returns a ServletContext object, which contains information about the network service in which the servlet is running.
getServletContext(). Method in class sun.servlet.http.HttpServletConfig
Returns the context for the servlet.
getServletContext(). Method in interface javax.servlet.ServletConfig
Returns the context for the servlet.
getServletInfo(). Method in class javax.servlet.GenericServlet
Returns a string that contains information about the servlet, such as its author, version, and copyright.
getServletInfo(). Method in interface javax.servlet.Servlet
Returns a string containing information about the servlet, such as its author, version, and copyright.
getServletPath(). Method in class sun.servlet.http.HttpRequest
Returns the part of the request URI that refers to the servlet being invoked.
getServletPath(). Method in interface javax.servlet.http.HttpServletRequest
Returns the part of the request URI that refers to the servlet being invoked.
getServletProperties(). Method in class sun.server.ServletInfo
Gets the servletProperties
getServlets(). Method in class sun.servlet.http.HttpServer
Enumerates the servlets in this server.
getServlets(). Method in interface javax.servlet.ServletContext
Returns an enumeration of the Servlet objects in this server.
getServlets(). Method in class sun.servlet.ServletLoader
getSignedCert(). Method in class sun.security.x509.X509Cert
Return the signed X.509 certificate as a byte array.
getSigner(). Method in class sun.security.x509.X500Signer
Returns the name of the signing agent.
getSigner(AlgorithmId, PrivateKey). Method in class sun.security.x509.X509Cert
Returns an X500Signer that may be used to create signatures.
getState(). Method in class sun.security.x509.X500Name
Returns a "State" name component.
getStatus(). Method in class sun.servlet.http.HttpResponse
Returns the status code of the response.
getSubjectName(). Method in class sun.security.x509.X509Cert
Returns the subject's X.500 distinguished name.
getThreadGroup(String). Static method in class sun.server.ServerProcess
Get the thread group for a service.
getThreadSpecificBuffer(int). Static method in class sun.server.util.BufferManager
Get a thread-specific buffer if one is available.
getTime(). Method in class sun.server.util.Alarm
Returns the absolute time for this alarm event.
getTime(). Method in class sun.servlet.http.HttpDate
Returns the time as number of milliseconds since the epoch.
getTimeout(). Method in class sun.server.ServiceParameters
Returns the handler timeout in seconds.
getTotal(). Method in class sun.servlet.http.HttpInputStream
Returns the total number of bytes read so far.
getTotal(). Method in class sun.servlet.http.HttpOutputStream
Returns the total number of bytes written so far.
getTotalBytes(). Method in class sun.servlet.http.HttpRequest
Returns the total number of bytes for this request.
getTotalBytes(). Method in class sun.servlet.http.HttpResponse
Returns the total number of bytes for this response.
getTotalHandlerThreads(). Method in class sun.server.Service
Returns total handler threads for this service.
getTotalSize(). Method in class sun.server.util.LRUCache
The total size this cache was configured with at construction time.
getTrustDecider(). Method in class sun.security.AuthContext
Returns the TrustDecider object used by this authentication context.
getUnavailableSeconds(). Method in class javax.servlet.UnavailableException
Returns the amount of time the servlet expects to be temporarily unavailable.
getURL(). Method in interface sun.server.util.URLContents
The URL that identifies these contents.
getURL(). Method in class sun.server.util.URLContentsImpl
The URL that identifies these contents.
getUser(). Method in class sun.server.ServiceParameters
Returns the service user name or id.
getUser(String). Method in class sun.server.realm.Realm
Returns the information recorded about a particular named user.
getUser(String). Method in class sun.server.realm.SharedPasswordRealm
Returns the information recorded about a particular named user.
getUser(String). Method in class sun.server.realm.UNIXRealm
Returns the information recorded about a particular named user.
getUserNames(). Method in class sun.server.realm.Realm
Returns names of all the users in this particular realm.
getUserNames(). Method in class sun.server.realm.SharedPasswordRealm
Returns names of all the users in this particular realm.
getUserNames(). Method in class sun.server.realm.UNIXRealm
Returns names of all the users in this particular realm.
getValue(). Method in class sun.servlet.http.Cookie
Returns the value of the cookie.
getValue(). Method in class sun.servlet.http.MimeHeaderField
Returns the header field value as a String, or null if not set.
getValue(Object). Method in class sun.server.ConnectionEndpoint
Returns the value of the specified object attribute.
getValue(Object). Method in class sun.server.EndpointDescriptor
Returns the current value corresponding to a given key.
getVendor(). Method in class sun.server.ServiceParameters
Returns the service vendor.
getVerfCode(). Method in class sun.security.x509.CertException
Returns the error code with which the exception was created.
getVerfDescription(). Method in class sun.security.x509.CertException
Return a string corresponding to the error code used to create this exception.
getVerifier(String). Method in class sun.security.x509.X509Cert
Returns a signature object that may be used to verify signatures created using a specified signature algorithm and the public key contained in this certificate.
getVersion(). Method in class sun.servlet.http.Cookie
Returns the version of the cookie.
getVersion(). Method in class sun.server.ServiceParameters
Returns the service version.
getVersion(). Method in class sun.security.x509.X509Cert
Returns the X.509 version number of this certificate, zero based.
gmt_ms. Variable in class sun.server.util.DateRep
gmt_offset. Variable in class sun.server.util.DateRep
grace. Variable in class sun.server.ServiceParameters
The number of seconds to wait during shutdown for handler threads to become idle.
group. Variable in class sun.server.ServiceParameters
The group to change to when running the service.
GroupImpl(String). Constructor for class sun.security.acl.GroupImpl
Constructs a Group object with no members.

H

handleAlarm(Alarm). Method in interface sun.server.util.AlarmHandler
Handles an alarm event.
handleAlarm(Alarm). Method in class sun.server.log.LogOutputStream
Handle alarm sent for timed flush.
handleConnection(Socket). Method in class sun.servlet.http.HttpServerHandler
Handles a single connection from the client.
handleConnection(Socket). Method in class sun.server.ServiceHandler
Handles a single connection from the client.
handler. Variable in class sun.server.util.Alarm
The alarm event handler.
handlers. Variable in class sun.servlet.http.HttpServer
The thread group for connection handlers.
handlers. Variable in class sun.server.Service
The thread group for handler threads.
hash(String). Static method in class sun.server.util.PerfUtil
Work around a bug in String.hashCode() for strings > 16 in length.
hashCode(). Method in class sun.security.acl.GroupImpl
return a hashcode for the principal.
hashCode(). Method in class sun.security.acl.PrincipalImpl
return a hashcode for the principal.
hashCode(). Method in class sun.security.x509.X509Cert
Calculates a hash code value for the object.
headerBytes. Variable in class sun.servlet.http.HttpResponse
The response header size in bytes.
headers. Variable in class sun.servlet.http.HttpRequest
The MIME header fields for the request.
headers. Variable in class sun.servlet.http.HttpResponse
The message headers for this response.
help(). Static method in class sun.servlet.http.HttpServer
host. Variable in class sun.servlet.http.HttpServer
The host name of the server.
host. Variable in class sun.server.ServiceParameters
The host name of the service.
HostAclEntryImpl(Principal). Constructor for class sun.server.realm.HostAclEntryImpl
HostImpl(String). Constructor for class sun.server.realm.HostImpl
hour. Variable in class sun.server.util.DateRep
hour. Variable in class sun.servlet.http.HttpDate
Hours, 0-based
HttpDate(). Constructor for class sun.servlet.http.HttpDate
Creates a new HttpDate object.
HttpDate(long). Constructor for class sun.servlet.http.HttpDate
Creates a new HttpDate object using the specified time.
HttpInputStream(). Constructor for class sun.servlet.http.HttpInputStream
Creates a new, uninitialized input stream using a default buffer size.
HttpInputStream(int). Constructor for class sun.servlet.http.HttpInputStream
Creates a new, uninitialized input stream using the specified buffer size.
HttpOutputStream(). Constructor for class sun.servlet.http.HttpOutputStream
Creates a new, uninitialized servlet output stream with a default buffer size.
HttpOutputStream(int). Constructor for class sun.servlet.http.HttpOutputStream
Creates a new servlet output stream using the specified buffer size.
HttpRequest(). Constructor for class sun.servlet.http.HttpRequest
Creates a new HttpRequest object.
HttpResponse(). Constructor for class sun.servlet.http.HttpResponse
Creates a new HttpResponse object.
HttpServer(). Constructor for class sun.servlet.http.HttpServer
Creates a new HTTP server with default parameters.
HttpServer(Properties). Constructor for class sun.servlet.http.HttpServer
Creates a new HTTP server with parameters from the specified properties.
HttpServerHandler(HttpServer). Constructor for class sun.servlet.http.HttpServerHandler
Creates a new handler for the specified server.
HttpServlet(). Constructor for class javax.servlet.http.HttpServlet
The default constructor does nothing.
HttpServletConfig(ServletContext, Properties). Constructor for class sun.servlet.http.HttpServletConfig
HttpServletConfig(ServletContext, String). Constructor for class sun.servlet.http.HttpServletConfig
HttpUtils(). Constructor for class javax.servlet.http.HttpUtils

I

i. Variable in class sun.servlet.util.Queue
Index of head and tail of queue, respectively.
identities(). Method in class sun.server.realm.IdentityMap
Return the list of Identities.
IdentityMap(String). Constructor for class sun.server.realm.IdentityMap
Construct a new IdentityMap.
IdentityMap(String, Certificate, Hashtable, String). Constructor for class sun.server.realm.IdentityMap
Construct a new IdentityMap.
in. Variable in class sun.servlet.http.HttpInputStream
The actual input stream for this request.
in. Variable in class sun.servlet.http.HttpRequest
The input stream for reading request data.
InetAddressCache(long). Constructor for class sun.server.util.InetAddressCache
Constructor for the InetAddressCache
init(Class). Method in class sun.servlet.util.Pool
Initializes allocation pool for the specified Class.
init(InputStream). Method in class sun.servlet.http.HttpInputStream
Initializes the servlet input stream with the specified raw input stream.
init(OutputStream). Method in class sun.servlet.http.HttpOutputStream
Initializes the output stream with the specified raw output stream.
init(Properties). Method in class sun.server.realm.Realm
Initialize a realm from some properties.
init(Properties). Method in class sun.server.realm.SharedPasswordRealm
Initializes the instance of the shared password realm from configuration parameters.
init(Properties). Method in class sun.server.realm.UNIXRealm
Initializes the UNIX realm by ensuring that the right native code support is available, and that it knows the directory where it should store its ACLs.
init(ServiceConfiguration, ServiceConfiguration). Method in class sun.server.Service
Initializes the service with specified configuration.
init(ServletConfig). Method in class javax.servlet.GenericServlet
Initializes the servlet and logs the initialization.
init(ServletConfig). Method in interface javax.servlet.Servlet
Initializes the servlet.
init(ServletConnection). Method in class sun.servlet.http.HttpRequest
Initializes the request using the specified servlet connection.
init(ServletConnection). Method in class sun.servlet.http.HttpResponse
Initializes this response with the specified servlet connection.
initialize(Properties). Method in class sun.server.ConnectionEndpoint
Initializes the endpoint.
initialize(Properties). Method in class sun.server.EndpointDescriptor
Initializes the descriptor from the key/value pairs found in a hashtable.
insertHead(Object). Method in class sun.server.util.List
Add an element to the head of the list.
insertTail(Object). Method in class sun.server.util.List
Add an element to the tail of the list.
inShutdown(). Method in class sun.server.Service
Returns true if this service is in the process of a shutdown.
interfacePropName. Static variable in class sun.server.ConnectionEndpoint
Key for value controlling which network interface(s) are used
intGetBytes(int, byte[], int). Static method in class sun.server.util.PerfUtil
Place a byte representation of src into the byte array buf.
intValue. Variable in class sun.servlet.http.MimeHeaderField
The header field integer value.
InUseException(String). Constructor for class sun.server.realm.InUseException
Constructs the exception, with descriptive information.
InvalidRequestException(). Constructor for class sun.servlet.http.InvalidRequestException
Constructs an exception with no detail message.
InvalidRequestException(String). Constructor for class sun.servlet.http.InvalidRequestException
Constructs an invalid request exception with the specified detail message.
ipAddress_oid. Static variable in class sun.security.x509.X500Name
OID for "IP=" IP address attributes, used with SKIP.
isAlpha(int). Static method in class sun.servlet.util.Ascii
Returns true if the specified ASCII character is upper or lower case.
isAutoloaded(String). Method in class sun.server.ServletInfo
Check if servletName is in the list of servlets to be started at startup
isCommitted(). Method in class sun.servlet.http.HttpOutputStream
Returns whether the output has been committed or not.
isDigit(int). Static method in class sun.servlet.util.Ascii
Returns true if the specified ASCII character is a digit.
isEmpty(). Method in class sun.security.AuthContext
Returns true iff the context size is zero.
isEmpty(). Method in class sun.server.util.Cache
Returns true if the Cache contains no elements.
isEmpty(). Method in class sun.server.util.SimpleHashtable
Tests if this hashtable maps no keys to values.
isFullRequest(). Method in class sun.servlet.http.HttpRequest
Returns true if this is a full (i.e.
isLeapYear(int). Static method in class sun.servlet.http.HttpDate
Returns true if the specified year is a leap year.
isLower(int). Static method in class sun.servlet.util.Ascii
Returns true if the specified ASCII character is lower case.
isMember(Principal). Method in class sun.security.acl.GroupImpl
returns true if the passed principal is a member of the group.
isMember(Principal). Method in class sun.security.acl.WorldGroupImpl
returns true for all passed principals
isNegative(). Method in class sun.security.acl.AclEntryImpl
Returns true if this is a negative ACL.
isOwner(Principal). Method in class sun.security.acl.OwnerImpl
returns if the given principal belongs to the owner list.
isPermanent(). Method in class javax.servlet.UnavailableException
Returns true if the servlet is "permanently" unavailable, indicating that the service administrator must take some corrective action to make the servlet be usable.
isProxyRequest(). Method in class sun.servlet.http.HttpRequest
Returns true if this is a proxy request.
isRoot(). Static method in class sun.server.ServerProcess
Checks if the process is being run as (Posix) root.
isRunning(). Method in class sun.server.ServerProcess
Find out if the server is running.
isSameDomain(Host). Method in interface sun.server.realm.Host
Checks if the host is in the same domain as the other host
isSameDomain(Host). Method in class sun.server.realm.HostImpl
Tests for same domain between two hosts
isServiceRunning(String). Static method in class sun.server.ServerProcess
Check if a service is running in the current server.
isSet(). Method in class sun.servlet.http.MessageBytes
Returns true if the message bytes have been set.
isSet(). Method in class sun.servlet.http.MessageString
Returns true if the message string is set.
isShutdownComplete(). Method in class sun.server.Service
Returns true if this service has completed its shutdown.
isTrustedFor(X509Cert[], String, Date). Method in class sun.security.SimpleTrustDecider
Returns true if the entity named by the certificate chain is trusted for the specified purpose.
isTrustedFor(X509Cert[], String, Date). Method in interface sun.security.TrustDecider
Returns true iff the entity named by the certificate chain is trusted for the specified purpose.
isUnControlled. Static variable in interface sun.security.ExportControl
This compile-time constant is true if and only if the release being compiled is allowed to have technologies which, when exported, are subject to ITAR regulations.
isUpper(int). Static method in class sun.servlet.util.Ascii
Returns true if the specified ASCII character is upper case.
isWhite(int). Static method in class sun.servlet.util.Ascii
Returns true if the specified ASCII character is white space.

J

j. Variable in class sun.servlet.util.Queue
Index of head and tail of queue, respectively.

K

keepAlive. Variable in class sun.servlet.http.HttpRequest
Set to true if the connection should be kept alive.
keepAlive. Variable in class sun.servlet.http.HttpResponse
Set to true when keep-alive is enabled.
key. Variable in class sun.security.x509.X509Key
keys(). Method in class sun.security.AuthContext
An unsupported java.util.Dictionary method.
keys(). Method in class sun.server.util.Cache
Returns an enumeration of the Cache's keys.
keys(). Method in class sun.server.util.SimpleHashtable
Returns an enumeration of the keys in this hashtable.

L

lastAccessTime(). Method in interface sun.server.util.URLContents
This is the time of last access on this URL.
lastAccessTime(). Method in class sun.server.util.URLContentsImpl
This is the time of last access on this URL.
lastElement(). Method in class sun.server.util.List
Return the last element of the list.
len. Variable in class sun.servlet.util.Queue
Current number of items in the queue.
length. Variable in class sun.servlet.http.HttpInputStream
The content length for this request.
length. Variable in class sun.servlet.http.HttpOutputStream
The content length for this stream.
length. Variable in class sun.servlet.http.HttpRequest
The content length for this request.
length. Variable in class sun.servlet.http.MessageBytes
The length of the bytes.
length(). Method in class sun.servlet.http.MessageBytes
Returns the length of the message bytes.
length(). Method in class sun.servlet.http.MessageString
Returns the length of the message string.
level. Variable in class sun.server.log.Log
The current logging level.
limit. Variable in class sun.servlet.http.HttpInputStream
The maximum number of bytes for the current request.
limit. Variable in class sun.servlet.http.HttpOutputStream
The maximum number of bytes that can be written.
line. Variable in class sun.servlet.http.HttpRequest
The request line.
lineSeparator. Static variable in class sun.server.log.Log
System line separator
lineSeparator. Static variable in class sun.server.log.LogOutputStream
The line separator.
lineSeparator. Static variable in class sun.server.util.TextOutputStream
The line separator.
List(). Constructor for class sun.server.util.List
List(int). Constructor for class sun.server.util.List
ListEntry(). Constructor for class sun.server.util.ListEntry
load(ExProperties). Method in class sun.server.ServiceParameters
Loads initial values of parameters from properties.
load(ExProperties, boolean). Method in class sun.server.ServiceParameters
Loads parameters from properties.
loadClass(String, boolean). Method in class sun.servlet.ServletLoader
Returns the Class for the specified class name.
loadClass(String, String). Method in class sun.servlet.ServletLoader
loader. Variable in class sun.servlet.http.HttpServer
The servlet loader.
loadProperties(Properties). Method in class sun.servlet.http.HttpServer
Loads parameters from the specified properties.
loadServlet(String). Method in class sun.server.ServletInfo
load one servlet given name
loadServlet(String, ServletConfig). Method in class sun.servlet.ServletLoader
loadServlet(String, String, String, Properties). Method in class sun.server.ServletInfo
Load one servlet.
loadServlet(String, String, String, String). Method in class sun.server.ServletInfo
Load one servlet.
loadStartupServlets(). Method in class sun.server.ServletInfo
Loads the servlets specified by "servlets.startup" in servlets.properties.
localityName_oid. Static variable in class sun.security.x509.X500Name
OID for the "L=" attribute, denoting a locality (such as a city)
localServlets. Variable in class sun.server.ServletInfo
Local Class Loader
localServletsDir. Variable in class sun.server.ServletInfo
Log(). Constructor for class sun.server.log.Log
Create a new Log.
Log(OutputStream). Constructor for class sun.server.log.Log
Create a new Log writing to OutputStream specified.
log(String). Method in class javax.servlet.GenericServlet
Writes the class name of the servlet and the given message to the servlet log file.
log(String). Method in class sun.servlet.http.HttpServer
Writes a message to the servlet log.
log(String). Method in interface javax.servlet.ServletContext
Writes the given message string to the servlet log file.
logError(Exception). Method in class sun.server.ServletInfo
Logs the exception
logError(Exception, String). Static method in class sun.server.realm.Realm
Logs an error in realm operation in a place where a realm administrator can find the error message.
logError(String). Static method in class sun.server.realm.Realm
logEvent(int, String). Method in class sun.server.ServletInfo
Logs the event
LogOutputStream(File). Constructor for class sun.server.log.LogOutputStream
Creates a new output stream with defaults
LogOutputStream(File, long, int). Constructor for class sun.server.log.LogOutputStream
Create a new output stream, with no timed flushes
LogOutputStream(File, long, int, int). Constructor for class sun.server.log.LogOutputStream
Creates a new output stream with rollover, buffer size, and flush time.
lookup(InetAddress). Method in class sun.server.util.InetAddressCache
Get the Dotted IP String representation of the InetAddress if it is present in the cache or if the cache chooses to compute it.
LRUCache(int). Constructor for class sun.server.util.LRUCache
Constructs a new, empty LRUCache.
LRUCache(int, float, int). Constructor for class sun.server.util.LRUCache
Constructs a new, empty LRUCache with the specified initial capacity, the specified load factor and the specified max number of entries.
LRUCache(int, int). Constructor for class sun.server.util.LRUCache
Constructs a new, empty LRUCache with the specified initial capacity.

M

main(String[]). Static method in class sun.security.CertStore
This class is intended to be used from the command line.
main(String[]). Static method in class sun.server.realm.dump
Standard command line entry point; the command line options are processed, and output is generated on the command's standard output stream.
main(String[]). Static method in class sun.servlet.http.HttpServer
Runs the HTTP server.
main(String[]). Static method in class sun.security.Login
Takes two parameters, and passes the rest on to another program as described below.
main(String[]). Static method in class sun.server.util.RegexpPool
main(String[]). Static method in class sun.server.ServerProcess
Main function
main(String[]). Static method in class sun.server.util.TextOutputStream
main(String[]). Static method in class sun.server.util.TimingTrace
Test program for TimingTrace
makeAcl(String, Principal). Method in class sun.server.realm.Realm
Returns a newly created empty ACL.
makeFirst(ListEntry). Method in class sun.server.util.List
Move the specified ListEntry as the head of the list.
makeGroup(String). Method in class sun.server.realm.Realm
Returns a newly created empty group, with the name which is given as a parameter.
makeGroup(String). Method in class sun.server.realm.UNIXRealm
Returns a newly created empty group, with the name which is given as a parameter.
makeLast(ListEntry). Method in class sun.server.util.List
Move the specified ListEntry as the tail of the list.
match(String). Method in class sun.server.util.RegexpPool
Search for a match to a string & return the object associated with it with the match.
matchNext(String). Method in class sun.server.util.RegexpPool
Identical to match except that it will only find matches to regular expressions that were added to the pool after the last regular expression that matched in the last call to match() or matchNext()
maxHandlers. Variable in class sun.servlet.http.HttpServer
The maximum number of handler threads.
maxThreads. Variable in class sun.server.Service
Maximum number of handler threads.
maxThreads. Variable in class sun.server.ServiceParameters
The maximum number of handler threads to run.
MD2_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the MD2 Message Digest Algorthm, from RFC 1319.
md2WithRSAEncryption_oid. Static variable in class sun.security.x509.AlgorithmId
Identifies a signing algorithm where an MD2 digest is encrypted using an RSA private key; defined in PKCS #1.
MD5_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the MD5 Message Digest Algorthm, from RFC 1321.
md5WithRSAEncryption_oid. Static variable in class sun.security.x509.AlgorithmId
Identifies a signing algorithm where an MD5 digest is encrypted using an RSA private key; defined in PKCS #1.
mday. Variable in class sun.servlet.http.HttpDate
Day of the month, 1-based
members(). Method in class sun.security.acl.GroupImpl
returns the enumeration of the members in the group.
MessageBytes(). Constructor for class sun.servlet.http.MessageBytes
Creates a new, uninitialized MessageBytes object.
MessageBytes(byte[], int, int). Constructor for class sun.servlet.http.MessageBytes
Creates a new MessageBytes object with the specified bytes.
MessageString(). Constructor for class sun.servlet.http.MessageString
Creates a new, uninitialized message string.
MessageString(byte[], int, int). Constructor for class sun.servlet.http.MessageString
Creates a new message string with the specified bytes.
MessageString(String). Constructor for class sun.servlet.http.MessageString
Creates a new message string with the specified String object.
millisecond. Variable in class sun.server.util.DateRep
MimeHeaderField(). Constructor for class sun.servlet.http.MimeHeaderField
Creates a new, uninitialized header field.
MimeHeaders(). Constructor for class sun.servlet.http.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeHeaders(int). Constructor for class sun.servlet.http.MimeHeaders
Creates a new MimeHeaders object using the specified buffer size.
min. Variable in class sun.servlet.http.HttpDate
Minutes, 0-based
minThreads. Variable in class sun.server.Service
Minimum number of handler threads.
minThreads. Variable in class sun.server.ServiceParameters
The minimum number of handler threads to run.
minute. Variable in class sun.server.util.DateRep
mon. Variable in class sun.servlet.http.HttpDate
Month, 0-based
month. Variable in class sun.server.util.DateRep
months. Static variable in class sun.servlet.http.HttpDate
Months of the year.

N

name. Variable in class sun.servlet.http.HttpServer
The name of the server.
name. Variable in class sun.servlet.http.MimeHeaderField
The header field name.
name. Variable in class sun.server.ServiceParameters
The service name.
nameEquals(byte[], int, int). Method in class sun.servlet.http.MimeHeaderField
Returns true if the header field has the specified name.
nameEquals(String). Method in class sun.servlet.http.MimeHeaderField
Returns true if the header field has the specified name.
names(). Method in class sun.servlet.http.MimeHeaders
Returns an enumeration of strings representing the header field names.
next(). Method in class sun.servlet.http.HttpInputStream
Begins reading the next request.
next(). Method in class sun.servlet.http.HttpOutputStream
Begins the next response.
next(). Method in class sun.servlet.http.HttpRequest
Reads the next request from the current connection.
next(). Method in class sun.servlet.http.HttpResponse
Begins the next response.
NoSuchAclException(String). Constructor for class sun.server.realm.NoSuchAclException
Constructs the exception, with descriptive information.
NoSuchGroupException(String). Constructor for class sun.server.realm.NoSuchGroupException
Constructs the exception, with descriptive information.
NoSuchRealmException(String). Constructor for class sun.server.realm.NoSuchRealmException
Constructs the exception, with descriptive information.
NoSuchUserException(String). Constructor for class sun.server.realm.NoSuchUserException
Constructs the exception, with descriptive information.
numHits(). Method in interface sun.server.util.URLContents
when the URL is being read from the cache, this represents the number of times the URL has been read since being stored in the cache.
numHits(). Method in class sun.server.util.URLContentsImpl
when the URL is being read from the cache, this represents the number of times the URL has been read since being stored in the cache.

O

obs. Variable in class sun.servlet.http.HttpOutputStream
The observer that will be notified when the stream is first written.
offset. Variable in class sun.servlet.http.MessageBytes
The start offset of the bytes.
options. Variable in class sun.server.log.Log
The options set for this log.
orgName_oid. Static variable in class sun.security.x509.X500Name
OID for the "O=" attribute, denoting an organization name
orgUnitName_oid. Static variable in class sun.security.x509.X500Name
OID for the "OU=" attribute, denoting an organizational unit name
out. Variable in class sun.servlet.http.HttpOutputStream
The actual output stream.
out. Variable in class sun.servlet.http.HttpResponse
The output stream for writing response data.
out. Variable in class sun.server.log.Log
The output stream for writing log data.
outHeader. Variable in class sun.servlet.http.HttpResponse
The output stream for writing headers.
OwnerImpl(Principal). Constructor for class sun.security.acl.OwnerImpl

P

params. Variable in class sun.security.x509.AlgorithmId
Parameters for this algorithm.
params. Variable in class sun.servlet.http.HttpRequest
The dictionary that represents the name/values pairs for parameters passed in the request.
params. Variable in class sun.server.Service
The parameters for this service.
paramsToString(). Method in class sun.security.x509.AlgIdDSA
Provides a human-readable description of the algorithm parameters.
paramsToString(). Method in class sun.security.x509.AlgorithmId
Provides a human-readable description of the algorithm parameters.
parse(byte[], int, int). Method in class sun.servlet.http.HttpDate
Parses an RFC 1123, RFC 1036, or ANSI C asctime() format date string from the specified byte array.
parse(byte[], int, int). Method in class sun.servlet.http.MimeHeaderField
Parses a header field from a subarray of bytes.
parse(DerValue). Static method in class sun.security.x509.AlgorithmId
Parse (unmarshal) an ID from a DER sequence input value.
parse(DerValue). Static method in class sun.security.x509.X509Key
Construct X.509 subject public key from a DER value.
parse(String). Method in class sun.servlet.http.HttpDate
Parses an RFC 1123, RFC 1036, or ANSI C asctime() format date string from the specified string.
parseInt(byte[], int, int). Static method in class sun.servlet.util.Ascii
Parses an unsigned integer from the specified subarray of bytes.
parseKeyBits(). Method in class sun.security.x509.X509Key
Parse the key bits.
parsePath(MessageBytes, HttpRequest). Method in class sun.servlet.http.HttpServerHandler
Parses a servlet path.
parsePostData(int, ServletInputStream). Static method in class javax.servlet.http.HttpUtils
Parses FORM data that is posted to the server using the HTTP POST method and the application/x-www-form-urlencoded mime type.
parseQueryString(String). Static method in class javax.servlet.http.HttpUtils
Parses a query string and builds a hashtable of key, value pairs.
pathInfo. Variable in class sun.servlet.http.HttpRequest
The path info for the request.
PerfUtil(). Constructor for class sun.server.util.PerfUtil
PermissionImpl(String). Constructor for class sun.security.acl.PermissionImpl
Construct a permission object using a string.
permissions(). Method in class sun.security.acl.AclEntryImpl
return an enumeration of the permissions in this ACL entry.
Pool(Class). Constructor for class sun.servlet.util.Pool
Creates a new allocation pool for the specified Class.
Pool(Class, int). Constructor for class sun.servlet.util.Pool
Creates a new allocation pool for the specified Class.
Pool(String). Constructor for class sun.servlet.util.Pool
Creates a new allocation pool for the specified class name.
Pool(String, int). Constructor for class sun.servlet.util.Pool
Creates a new allocation pool for the specified class name.
port. Variable in class sun.servlet.http.HttpServer
The server port number.
port. Variable in class sun.server.Service
The service port number.
portPropName. Static variable in class sun.server.ConnectionEndpoint
Key for value controlling which port is used
pos. Variable in class sun.servlet.http.HttpInputStream
The current position in the buffer.
PREFIX. Static variable in class sun.servlet.http.HttpServerHandler
The URL prefix for invoking servlets.
PREFIX_LEN. Static variable in class sun.servlet.http.HttpServerHandler
The servlet URL prefix length.
prepareForStartup(). Method in class sun.server.Service
Prepare the service for starting.
PrincipalImpl(String). Constructor for class sun.security.acl.PrincipalImpl
Construct a principal from a string user name.
print(). Method in class sun.server.util.TimingTrace
print(boolean). Method in class javax.servlet.ServletOutputStream
Prints the boolean provided.
print(char). Method in class javax.servlet.ServletOutputStream
print(double). Method in class javax.servlet.ServletOutputStream
Prints the double provided.
print(float). Method in class javax.servlet.ServletOutputStream
Prints the float provided.
print(HttpDate). Method in class sun.servlet.http.HttpOutputStream
Prints an HttpDate object.
print(int). Method in class sun.server.log.Log
Prints an integer value.
print(int). Method in class javax.servlet.ServletOutputStream
Prints the integer provided.
print(int). Method in class sun.server.util.TextOutputStream
Prints an integer value.
print(long). Method in class sun.server.log.Log
Prints a long value.
print(long). Method in class javax.servlet.ServletOutputStream
Prints the long provided.
print(long). Method in class sun.server.util.TextOutputStream
Prints a long value.
print(PrintStream). Method in class sun.server.util.RegexpPool
Print this pool to standard output
print(PrintStream). Method in class sun.server.util.TimingTrace
print(String). Method in class sun.servlet.http.HttpOutputStream
Prints a string.
print(String). Method in class sun.server.log.Log
Prints an ASCII string.
print(String). Method in class javax.servlet.ServletOutputStream
Prints the string provided.
print(String). Method in class sun.server.util.TextOutputStream
Prints an ASCII string.
println(). Method in class sun.server.log.Log
Prints a line separator.
println(). Method in class javax.servlet.ServletOutputStream
Prints a CRLF.
println(). Method in class sun.server.util.TextOutputStream
Prints a line separator.
println(boolean). Method in class javax.servlet.ServletOutputStream
Prints the boolean provided, followed by a CRLF.
println(char). Method in class javax.servlet.ServletOutputStream
println(double). Method in class javax.servlet.ServletOutputStream
Prints the double provided, followed by a CRLF.
println(float). Method in class javax.servlet.ServletOutputStream
Prints the float provided, followed by a CRLF.
println(int). Method in class sun.server.log.Log
Prints an integer value followed by a line separator.
println(int). Method in class javax.servlet.ServletOutputStream
Prints the integer provided, followed by a CRLF.
println(int). Method in class sun.server.util.TextOutputStream
Prints an integer value followed by a line separator.
println(long). Method in class sun.server.log.Log
Prints a long value followed by a line separator.
println(long). Method in class javax.servlet.ServletOutputStream
Prints the long provided, followed by a CRLF.
println(long). Method in class sun.server.util.TextOutputStream
Prints a long value followed by a line separator.
println(String). Method in class sun.server.log.Log
Prints an ASCII string followed by a line separator.
println(String). Method in class javax.servlet.ServletOutputStream
Prints the string provided, followed by a CRLF.
println(String). Method in class sun.server.util.TextOutputStream
Prints an ASCII string followed by a line separator.
printSettings(). Method in class sun.servlet.http.HttpServer
PRIVATE_BYTE_ARR_SIZE. Static variable in class sun.server.ServiceHandler
props. Variable in class sun.server.ConnectionEndpoint
Holds internal state of the endpoint descriptor.
protocol. Variable in class sun.servlet.http.HttpResponse
The protocol of the response.
pStream. Variable in class sun.server.util.CharacterEncoder
Stream that understands "printing"
put(Object, Cacheable). Method in class sun.server.util.LRUCache
Puts the specified element into the hashtable, using the specified key.
put(Object, Object). Method in class sun.security.AuthContext
Stores subsystem-specific authentication data.
put(Object, Object). Method in class sun.server.util.Cache
Puts the specified element into the Cache, using the specified key.
put(Object, Object). Method in class sun.server.util.LRUCache
Only Cacheable entries can be stored in this cache.
put(Object, Object). Method in class sun.server.util.SimpleHashtable
Maps the specified key to the specified value in this hashtable.
put(String, Object). Static method in class sun.server.util.ThreadLocal
Store a thread local object for this thread.
putConnection(Object). Method in class sun.servlet.http.HttpServer
Places the specified connection object on the queue of pending connections.
putDateHeader(String). Method in class sun.servlet.http.MimeHeaders
Creates a new header field whose value is the current date and time.
putDateHeader(String, long). Method in class sun.servlet.http.MimeHeaders
Creates a new header field whose value is the specified time.
putHeader(). Method in class sun.servlet.http.MimeHeaders
Adds a partially constructed field to the header.
putHeader(String). Method in class sun.servlet.http.MimeHeaders
Finds a header field given name.
putHeader(String, String). Method in class sun.servlet.http.MimeHeaders
Creates a new header field whose value is the specified string.
putIntHeader(String, int). Method in class sun.servlet.http.MimeHeaders
Creates a new header field whose value is the specified integer.

Q

Queue(int). Constructor for class sun.servlet.util.Queue
Creates a queue with the specified size.
QueueEmptyException(). Constructor for class sun.servlet.util.QueueEmptyException
Constructs a new QueueEmptyException with no detail message.
QueueFullException(). Constructor for class sun.servlet.util.QueueFullException
Constructs a new QueueFullException with no detail message.
quicksort(Object[], Compare). Static method in class sun.server.util.Sort
quicksort(Object[], int, int, Compare). Static method in class sun.server.util.Sort
quicksort the array of objects.

R

read(). Method in class sun.servlet.http.HttpInputStream
Reads a byte of data.
read(byte[], int, int). Method in class sun.servlet.http.HttpInputStream
Reads into an array of bytes.
read(ServletInputStream). Method in class sun.servlet.http.MimeHeaders
Reads header fields from the specified servlet input stream until a blank line is encountered.
readFully(InputStream, byte[]). Method in class sun.server.util.CharacterEncoder
This method works around the bizarre semantics of BufferedInputStream's read method.
readFully(InputStream, byte[], int, int). Method in class sun.server.util.CharacterDecoder
This method works around the bizarre semantics of BufferedInputStream's read method.
readLine(byte[], int, int). Method in class sun.servlet.http.HttpInputStream
Reads into an array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
readLine(byte[], int, int). Method in class javax.servlet.ServletInputStream
Starting at the specified offset, reads into the given array of bytes until all requested bytes have been read or a '\n' is encountered, in which case the '\n' is read into the array as well.
Realm(). Constructor for class sun.server.realm.Realm
The default constructor creates a realm which will later be initialized, either from propertys or by deserializing.
reason. Variable in class sun.servlet.http.HttpResponse
The status message of the response.
reason(int). Method in class sun.servlet.http.HttpResponse
Returns a default reason phrase for the specified status code.
reconstitute(). Method in class sun.server.util.Ref
Returns a pointer to the object referenced by this Ref by reconstituting it from some external source (such as a file).
Ref(). Constructor for class sun.server.util.Ref
Constructs a new Ref.
RegexpPool(). Constructor for class sun.server.util.RegexpPool
rehash(). Method in class sun.server.util.Cache
Rehashes the contents of the table into a bigger table.
remoteUser. Variable in class sun.servlet.http.HttpRequest
The remote user for the request.
remove(). Method in class sun.servlet.util.Queue
Removes an item from the tail of the queue.
remove(Object). Method in class sun.security.AuthContext
An unsupported java.util.Dictionary method.
remove(Object). Method in class sun.server.util.Cache
Removes the element corresponding to the key.
remove(Object). Method in class sun.server.util.LRUCache
Removes the element corresponding to the key.
remove(Object). Method in class sun.server.util.SimpleHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(URL). Method in interface sun.server.util.DiskCache
This method removes the url and its associated contents from the cache.
remove(URL). Method in class sun.server.util.DiskCacheImpl
This method removes the url and its associated contents from the cache.
removeEntry(Principal, AclEntry). Method in class sun.security.acl.AclImpl
Removes an ACL entry from this ACL.
removeHeader(String). Method in class sun.servlet.http.MimeHeaders
Removes a header field with the specified name.
removeIdentity(Identity). Method in class sun.server.realm.IdentityMap
Remove an Identity.
removeMember(Principal). Method in class sun.security.acl.GroupImpl
removes the specified member from the group.
removePermission(Permission). Method in class sun.security.acl.AclEntryImpl
The method disassociates the permission from the Principal or the Group in this ACL entry.
removeServlet(String). Method in class sun.server.ServletInfo
Remove the named servlet, if it exists.
removeServletStartup(String). Method in class sun.server.ServletInfo
Remove servletName from the list of servlets to be started at startup
replace(String, Object). Method in class sun.server.util.RegexpPool
Replace the target for the regular expression with a different target.
replaceGroupProperties(String, ExProperties). Method in class sun.server.ServiceConfiguration
Replace a complete property group.
replaceNotify(). Method in interface sun.server.util.Cacheable
The notify method is called when an object is being considered for replacement in the cache.
req. Variable in class sun.servlet.http.HttpServerHandler
The servlet request.
res. Variable in class sun.servlet.http.HttpServerHandler
The servlet response.
reset(). Method in class sun.servlet.http.HttpRequest
Resets the servlet request.
reset(). Method in class sun.servlet.http.HttpResponse
Resets the servlet response.
reset(). Method in class sun.servlet.http.MessageBytes
Resets the message bytes to an uninitialized state.
reset(). Method in class sun.servlet.http.MessageString
Resets the message string to an uninitialized state.
reset(). Method in class sun.servlet.http.MimeHeaderField
Resets the header field to an uninitialized state.
reset(). Method in class sun.server.util.RegexpPool
Resets the pool so that the next call to matchNext looks at all regular expressions in the pool.
reset(). Method in class sun.server.ServiceParameters
Resets parameters to default values.
reset(). Method in class sun.server.util.TimingTrace
resets(). Method in class sun.servlet.http.HttpInputStream
Resets the input stream for a new connection.
resets(). Method in class sun.servlet.http.HttpOutputStream
Resets the output stream for a new connection.
restartCurrentServer(). Static method in class sun.server.ServerProcess
Restart the current server process.
restartServer(String). Static method in class sun.server.ServerProcess
Restart a server process.
restartService(String, int). Static method in class sun.server.ServerProcess
Restart a single service in the current server.
rowLookup(int, InetAddress). Method in class sun.server.util.InetAddressCache
RSA_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for RSA keys used for any purpose, as defined in X.509.
RSAEncryption_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for RSA keys used with RSA encryption, as defined in PKCS #1.
run(). Method in class sun.server.util.AlarmManager
Runs the alarm event manager.
run(). Method in class sun.server.util.FileWriter
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run(). Method in class sun.servlet.http.HttpServer
Runs the servlet server.
run(). Method in class sun.servlet.http.HttpServerHandler
Runs the connection handler.
run(). Method in class sun.server.util.MetaWriter
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run(). Method in class sun.server.ServerProcess
Periodically check whether there are any service threads running.
run(). Method in class sun.server.Service
Starts the service.
run(). Method in class sun.server.ServiceHandler
Runs the service handler.

S

save(). Method in class sun.server.ServletInfo
Saves the properties
saveCookie(HttpServletResponse). Method in class sun.servlet.http.Cookie
Uses the given HTTP response message to assign a new value to a session-specific cookie.
saveProperty(String, String). Method in class sun.server.EndpointDescriptor
Saves persistent state associated with a given key.
SC_ACCEPTED. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CREATED. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_FORBIDDEN. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_INTERNAL_SERVER_ERROR. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (500) indicating an error inside the HTTP service which prevented it from fulfilling the request.
SC_MOVED_PERMANENTLY. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_NO_CONTENT. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NOT_FOUND. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (501) indicating the HTTP service does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (200) indicating the request succeeded normally.
SC_SERVICE_UNAVAILABLE. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (503) indicating that the HTTP service is temporarily overloaded, and unable to handle the request.
SC_UNAUTHORIZED. Static variable in interface javax.servlet.http.HttpServletResponse
Status code (401) indicating that the request requires HTTP authentication.
schedule(Alarm). Method in class sun.server.util.AlarmManager
Inserts a new alarm into the alarm event queue.
sec. Variable in class sun.servlet.http.HttpDate
Seconds, 0-based
second. Variable in class sun.server.util.DateRep
SECS_PER_DAY. Static variable in class sun.servlet.http.HttpDate
SECS_PER_HOUR. Static variable in class sun.servlet.http.HttpDate
SECS_PER_MIN. Static variable in class sun.servlet.http.HttpDate
sendError(int). Method in class sun.servlet.http.HttpResponse
Sends an error response to the client using the specified status code and no default message.
sendError(int). Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and a default message.
sendError(int, String). Method in class sun.servlet.http.HttpResponse
Sends an error response to the client using the specified status code and detail message.
sendError(int, String). Method in interface javax.servlet.http.HttpServletResponse
Sends an error response to the client using the specified status code and descriptive message.
sendRedirect(String). Method in class sun.servlet.http.HttpResponse
Sends a redirect response to the client using the specified redirect location URL.
sendRedirect(String). Method in interface javax.servlet.http.HttpServletResponse
Sends a redirect response to the client using the specified redirect location URL.
sendResponse(HttpRequest, HttpResponse). Method in class sun.servlet.http.HttpServerHandler
Sends a response to the client.
sendVersionInfo(). Method in class sun.server.util.DBDataEncoder
sendVersionInfo(). Method in class sun.server.util.DBDataSimpleEncoder
server. Variable in class sun.servlet.http.HttpServerHandler
The server for this handler.
ServerProcess(). Constructor for class sun.server.ServerProcess
service. Variable in class sun.server.ServiceHandler
service. Variable in class sun.server.ServiceParameters
The service object.
service. Variable in class sun.server.ServletInfo
Service
Service(). Constructor for class sun.server.Service
Creates a new service with default parameters.
service(HttpServletRequest, HttpServletResponse). Method in class javax.servlet.http.HttpServlet
This is an HTTP-specific version of the Servlet.service method, which accepts HTTP specific parameters.
Service(ServiceParameters). Constructor for class sun.server.Service
service(ServletRequest, ServletResponse). Method in class javax.servlet.GenericServlet
Carries out a single request from the client.
service(ServletRequest, ServletResponse). Method in class javax.servlet.http.HttpServlet
Implements the high level Servlet.service method by delegating to the HTTP-specific service method.
service(ServletRequest, ServletResponse). Method in interface javax.servlet.Servlet
Carries out a single request from the client.
serviceConfig. Variable in class sun.server.Service
Service configuration for this service.
ServiceConfiguration(File). Constructor for class sun.server.ServiceConfiguration
Create a service configuration which holds all properties for a particular service.
ServiceConfiguration(File[]). Constructor for class sun.server.ServiceConfiguration
Create a service configuration which holds all properties for a particular service.
ServiceHandler(Service). Constructor for class sun.server.ServiceHandler
Creates a new handler for the specified service.
ServiceLog(String, ServiceConfiguration, String). Constructor for class sun.server.ServiceLog
Create a configured log for a service, using the supplied properties.
ServiceParameters(Service). Constructor for class sun.server.ServiceParameters
Creates new service parameters.
ServiceParameters(Service, ExProperties). Constructor for class sun.server.ServiceParameters
Creates new service parameters initialized from properties.
serviceRoot. Variable in class sun.server.Service
Service root directory.
SERVLET_DIR. Variable in class sun.server.ServletInfo
Directory name
SERVLET_PREFIX. Variable in class sun.server.ServletInfo
Property prefix for servlets
servletContext. Variable in class sun.server.ServletInfo
Servlet Context
servletDir. Variable in class sun.servlet.http.HttpServer
The directory where servlets are stored.
ServletException(String). Constructor for class javax.servlet.ServletException
Constructs a new ServletException with the specified descriptive message.
ServletInfo(Service). Constructor for class sun.server.ServletInfo
Creates new ServletInfo
ServletInputStream(). Constructor for class javax.servlet.ServletInputStream
The default constructor does no work.
ServletLoader(String). Constructor for class sun.servlet.ServletLoader
ServletOutputStream(). Constructor for class javax.servlet.ServletOutputStream
The default constructor does no work.
servletPath. Variable in class sun.servlet.http.HttpRequest
The servlet path for the request.
servletProperties. Variable in class sun.server.ServletInfo
Properties
servletPropFile. Variable in class sun.servlet.http.HttpServer
The filename which contains servlet properties
servletProps. Variable in class sun.servlet.http.HttpServer
The properties list that decribes servlet aliases and init args
servlets. Variable in class sun.servlet.ServletLoader
SERVLETS_STARTUP. Variable in class sun.server.ServletInfo
Property key for startup properties
servletStartup. Variable in class sun.server.ServletInfo
Servlets that automatically start up
set(long). Method in class sun.server.util.DateRep
Set the time in this DateRep.
setAttributes(String[], Object[]). Method in interface sun.server.realm.User
Assigns values to a set of attributes for the user.
setAuthInfo(Object). Method in interface sun.server.realm.User
Sets the authentication information associated with the user.
setAuthType(byte[], int, int). Method in class sun.servlet.http.HttpRequest
Sets the authentication scheme of the request to the specified bytes.
setAuthType(String). Method in class sun.servlet.http.HttpRequest
Sets the authentication scheme of the request to the specified String.
setBytes(byte[], int, int). Method in class sun.servlet.http.MessageBytes
Sets the message bytes to the specified subarray of bytes.
setBytes(byte[], int, int). Method in class sun.servlet.http.MessageString
Sets the message string to the specified bytes.
setCacheable(boolean). Method in interface sun.server.util.URLContents
set whether the contents can be cached.
setCacheable(boolean). Method in class sun.server.util.URLContentsImpl
setComment(String). Method in class sun.servlet.http.Cookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setContentLength(int). Method in class sun.servlet.http.HttpInputStream
Sets the content length for this input stream.
setContentLength(int). Method in class sun.servlet.http.HttpOutputStream
Sets the content length for this output stream.
setContentLength(int). Method in class sun.servlet.http.HttpResponse
Defines the content length for this response.
setContentLength(int). Method in interface javax.servlet.ServletResponse
Sets the content length for this response.
setContents(URLContents). Method in class sun.server.util.URLContentsImpl
setContentType(String). Method in class sun.servlet.http.HttpResponse
Defines the content type for this response.
setContentType(String). Method in interface javax.servlet.ServletResponse
Sets the content type for this response.
setContext(Object). Method in interface sun.server.util.Cacheable
For efficent performance of the LRUCache, it requires the Cacheable object to be able set and retrieve an opaque context object that is used by the LRUCache.
setDate(long). Method in class sun.server.util.URLContentsImpl
setDateHeader(String). Method in class sun.servlet.http.HttpResponse
Adds a date header to the current time.
setDateHeader(String, long). Method in class sun.servlet.http.HttpResponse
Adds a date header with the specified time.
setDateHeader(String, long). Method in interface javax.servlet.http.HttpServletResponse
Adds a field to the response header with a given name and date-valued field.
setDateValue(). Method in class sun.servlet.http.MimeHeaderField
Sets the header field date value to the current time.
setDateValue(long). Method in class sun.servlet.http.MimeHeaderField
Sets the header field date value to the specified time.
setDefault(AuthContext). Static method in class sun.security.AuthContext
Sets the process default authentication context.
setDefaultPolicies(). Method in class sun.server.realm.Realm
Establishes default realm policies, such as existence of an "adminGroup" principal which owns the realm's "adminAcl".
setDomain(String). Method in class sun.servlet.http.Cookie
This cookie should be presented only to hosts satisfying this domain name pattern.
setErrorLog(TraceLog). Static method in class sun.server.log.Log
Sets the process-wide default error log.
setEventLog(TraceLog). Static method in class sun.server.log.Log
Sets the process-wide default trace log.
setGrace(int). Method in class sun.server.ServiceParameters
Sets the shutdown grace peiod in seconds.
setGroup(String). Static method in class sun.server.ServerProcess
Sets the current group to the specified group name or group id.
setGroup(String). Method in class sun.server.ServiceParameters
Sets the service group name or id.
setGroupProperties(String, ExProperties). Method in class sun.server.ServiceConfiguration
Set a group of properties in a property group.
setGroupProperty(String, String, String). Method in class sun.server.ServiceConfiguration
Set a property in a property group.
setHeader(byte[]). Method in class sun.servlet.http.HttpOutputStream
setHeader(byte[], int, int). Method in class sun.servlet.http.HttpOutputStream
setHeader(String, String). Method in class sun.servlet.http.HttpRequest
Sets the value of a header field to the specified String.
setHeader(String, String). Method in class sun.servlet.http.HttpResponse
Adds a header field with the specified string value.
setHeader(String, String). Method in interface javax.servlet.http.HttpServletResponse
Adds a field to the response header with a given name and value.
setHeaders(Hashtable). Method in interface sun.server.util.URLContents
Set the header table.
setHeaders(Hashtable). Method in class sun.server.util.URLContentsImpl
Set the header table.
setHost(String). Method in class sun.server.ServiceParameters
Sets the service host name.
setInputStream(InputStream). Method in class sun.server.util.URLContentsImpl
setIntHeader(String, int). Method in class sun.servlet.http.HttpResponse
Adds a header field with the specified integer value.
setIntHeader(String, int). Method in interface javax.servlet.http.HttpServletResponse
Adds a field to the response header with a given name and integer value.
setIntValue(int). Method in class sun.servlet.http.MimeHeaderField
Sets the header field to the specified integer value.
setIOException(IOException). Method in class sun.servlet.http.HttpOutputStream
Sets the pending IOException for this output stream.
setKeepAlive(boolean). Method in class sun.servlet.http.HttpRequest
Used to indicate whether this connection should be kept alive.
setKeepAlive(boolean). Method in class sun.servlet.http.HttpResponse
Used to indicate whether this connection should be kept alive.
setLength(int). Method in class sun.server.util.URLContentsImpl
setLevel(int). Method in class sun.server.log.Log
Sets the logging level.
setMaxAge(int). Method in class sun.servlet.http.Cookie
Sets the maximum age of the cookie.
setMaxDiskCacheEntrySize(int). Method in class sun.server.util.DiskCacheImpl
setMaxRamCacheEntrySize(int). Method in class sun.server.util.DiskCacheImpl
setMaxThreads(int). Method in class sun.server.ServiceParameters
Sets the maximum number of handler threads.
setMinThreads(int). Method in class sun.server.ServiceParameters
Sets the minimum number of handler threads.
setName(byte[], int, int). Method in class sun.servlet.http.MimeHeaderField
Sets the header field name to the specified subarray of bytes.
setName(Principal, String). Method in class sun.security.acl.AclImpl
Sets the name of the ACL.
setName(String). Method in class sun.servlet.http.MimeHeaderField
Sets the header field name to the specified string.
setName(String). Method in class sun.server.realm.Realm
Assigns the name of this realm, and stores it in the cache of realms.
setName(String). Method in class sun.server.ServiceParameters
Sets the service name.
setNegativePermissions(). Method in class sun.security.acl.AclEntryImpl
This method sets the ACL to have negative permissions.
setObserver(Observer). Method in class sun.servlet.http.HttpOutputStream
Sets an observer for this output stream.
setOptions(String). Method in class sun.server.log.Log
Sets logging options.
setOutputStream(OutputStream). Method in class sun.server.log.Log
Sets logging output to the specified output stream.
setPath(String). Method in class sun.servlet.http.Cookie
This cookie should be presented only with requests beginning with this URL.
setPath(String). Method in interface sun.server.util.DiskCache
Set the path to the disk cache
setPath(String). Method in class sun.server.util.DiskCacheImpl
Set the path to the disk cache
setPathInfo(byte[], int, int). Method in class sun.servlet.http.HttpRequest
Sets the path info for the request to the specified bytes.
setPathInfo(String). Method in class sun.servlet.http.HttpRequest
Sets the path info for the request to the specified string.
setPrincipal(Principal). Method in class sun.security.acl.AclEntryImpl
Sets the principal in the entity.
setProperties(ExProperties). Method in class sun.server.ServiceConfiguration
Set a group of properties in the global list.
setProperty(String, String). Method in class sun.server.ServiceConfiguration
Set a property in the global list.
setProtocol(String). Method in class sun.servlet.http.HttpResponse
Sets the protocol of the response.
setRandom(SecureRandom). Method in class sun.security.x509.CertAndKeyGen
Sets the source of random numbers used when generating keys.
setRealmDir(File). Method in class sun.server.realm.Realm
Initializer for use by subclasses.
setRemoteUser(byte[], int, int). Method in class sun.servlet.http.HttpRequest
Sets the name of the user making this request to the specified bytes.
setRemoteUser(String). Method in class sun.servlet.http.HttpRequest
Sets the name of the user making this request to the specified String.
setReplacementPolicy(CacheReplacer). Method in interface sun.server.util.DiskCache
When files are to be replaced, the CacheReplacer chooses which enties must go.
setReplacementPolicy(CacheReplacer). Method in class sun.server.util.DiskCacheImpl
When files are to be replaced, the CacheReplacer chooses which enties must go.
setRequest(HttpRequest). Method in class sun.servlet.http.HttpRequest
setResponseCode(int). Method in interface sun.server.util.URLContents
set the response status.
setResponseCode(int). Method in class sun.server.util.URLContentsImpl
setResponseMessage(String). Method in interface sun.server.util.URLContents
set the response message.
setResponseMessage(String). Method in class sun.server.util.URLContentsImpl
setSecure(boolean). Method in class sun.servlet.http.Cookie
Indicates to the user agent that the cookie should only be sent using a secure protocol (https).
setService(Service). Method in class sun.server.ServiceParameters
Sets the service object.
setServletPath(byte[], int, int). Method in class sun.servlet.http.HttpRequest
Sets the servlet path for the request to the specified bytes.
setServletPath(String). Method in class sun.servlet.http.HttpRequest
Sets the servlet path for the request to the specified string.
setSize(int). Method in interface sun.server.util.DiskCache
Set the size of the disk cache.
setSize(int). Method in class sun.server.util.DiskCacheImpl
Set the size of the disk cache.
setStatus(int). Method in class sun.servlet.http.HttpResponse
Sets the status code and a default message for this response.
setStatus(int). Method in interface javax.servlet.http.HttpServletResponse
Sets the status code and a default message for this response.
setStatus(int, String). Method in class sun.servlet.http.HttpResponse
Sets the status code and message for this response.
setStatus(int, String). Method in interface javax.servlet.http.HttpServletResponse
Sets the status code and message for this response.
setString(String). Method in class sun.servlet.http.MessageString
Sets the message string to the specified String.
setThing(Object). Method in class sun.server.util.Ref
Sets the thing to the specified object.
setTime(). Method in class sun.servlet.http.HttpDate
Sets this HttpDate to the current time.
setTime(long). Method in class sun.server.util.Alarm
Sets the absolute time for this alarm event.
setTime(long). Method in class sun.servlet.http.HttpDate
Sets this HttpDate to the specified time.
setTimeFromNow(long). Method in class sun.server.util.Alarm
Sets the relative time for this alarm event.
setTimeout(int). Method in class sun.server.ServiceParameters
Sets the handler timeout in seconds.
setTrustDecider(TrustDecider). Method in class sun.security.AuthContext
Assigns the TrustDecider object used by this authentication context.
setType(String). Method in class sun.server.util.URLContentsImpl
setUrl(URL). Method in class sun.server.util.URLContentsImpl
setUser(String). Static method in class sun.server.ServerProcess
Sets the current user to the specified user name or user id.
setUser(String). Method in class sun.server.ServiceParameters
Sets the service user name or id.
setValue(byte[], int, int). Method in class sun.servlet.http.MimeHeaderField
Sets the header field value to the specified subarray of bytes.
setValue(Object, Object). Method in class sun.server.ConnectionEndpoint
Assigns the value of the specified object attribute.
setValue(Object, Object). Method in class sun.server.EndpointDescriptor
Sets the value corresponding to a given settable key.
setValue(String). Method in class sun.servlet.http.Cookie
Sets the value of the cookie.
setValue(String). Method in class sun.servlet.http.MimeHeaderField
Sets the header field value to the specified string.
setVendor(String). Method in class sun.server.ServiceParameters
Sets the service vendor.
setVersion(int). Method in class sun.servlet.http.Cookie
Sets the version of the cookie protocol used when this cookie saves itself.
setVersion(String). Method in class sun.server.ServiceParameters
Sets the service version.
SHA_oid. Static variable in class sun.security.x509.AlgorithmId
Algorithm ID for the SHA1 Message Digest Algorithm, from FIPS 180-1.
shaWithDSA_oid. Static variable in class sun.security.x509.AlgorithmId
Identifies the FIPS 186 "Digital Signature Standard" (DSS), where a SHA1 digest is signed using the Digital Signing Algorithm (DSA).
shutdown. Variable in class sun.server.Service
Set to true when service shutdown is in progress.
shutdown(). Method in class sun.server.Service
Initiates service shutdown.
shutdownComplete. Variable in class sun.server.Service
Set to true when service shutdown is complete.
sign(). Method in class sun.security.x509.X500Signer
Produces the signature for the data processed by update().
SimpleHashtable(). Constructor for class sun.server.util.SimpleHashtable
Constructs a new, empty hashtable with a default capacity.
SimpleHashtable(int). Constructor for class sun.server.util.SimpleHashtable
Constructs a new, empty hashtable with the specified initial capacity.
SimpleTrustDecider(). Constructor for class sun.security.SimpleTrustDecider
Construcuts a SimpleTrustDecider using the compiled-in set of Verisign certificates.
size(). Method in class sun.security.AuthContext
Returns the number of entries in the context.
size(). Method in class sun.server.util.Cache
Returns the number of elements contained within the Cache.
size(). Method in interface sun.server.util.Cacheable
This is the size of this object in bytes.
size(). Method in class sun.server.realm.IdentityMap
Return the number of identities stored.
size(). Method in class sun.server.util.List
Return the number of elements of the list.
size(). Method in class sun.servlet.http.MimeHeaders
Returns the current number of header fields.
size(). Method in class sun.server.util.SimpleHashtable
Returns the number of keys in this hashtable.
skip(long). Method in class sun.servlet.http.HttpInputStream
Skips n bytes of input.
socket. Variable in class sun.servlet.http.HttpServerHandler
The current socket connection.
Sort(). Constructor for class sun.server.util.Sort
stamp(String). Method in class sun.server.util.TimingTrace
startServer(String). Static method in class sun.server.ServerProcess
Start a server process.
startService(String). Static method in class sun.server.ServerProcess
Start up a service.
startsWith(String). Method in class sun.servlet.http.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWith(String). Method in class sun.servlet.http.MessageString
Returns true if the message string starts with the specified string.
stateName_oid. Static variable in class sun.security.x509.X500Name
OID for the "S=" attribute, denoting a state (such as Delaware)
status. Variable in class sun.servlet.http.HttpResponse
The status code of the response.
stopCurrentServer(). Static method in class sun.server.ServerProcess
Stop the current server process.
stopServer(String). Static method in class sun.server.ServerProcess
Stop a server process.
stopService(String, boolean). Static method in class sun.server.ServerProcess
Stop a service.
str. Variable in class sun.servlet.http.MessageString
The message String.
streetAddress_oid. Static variable in class sun.security.x509.X500Name
OID for the "STREET=" attribute, denoting a street address.
SUFFIX. Static variable in class sun.server.ServiceConfiguration

T

T_DATE. Static variable in class sun.servlet.http.MimeHeaderField
T_INT. Static variable in class sun.servlet.http.MimeHeaderField
T_NULL. Static variable in class sun.servlet.http.MimeHeaderField
T_STR. Static variable in class sun.servlet.http.MimeHeaderField
TextOutputStream(OutputStream). Constructor for class sun.server.util.TextOutputStream
Creates a new output stream with a default buffer size.
TextOutputStream(OutputStream, int). Constructor for class sun.server.util.TextOutputStream
Creates a new output stream with the specified buffer size.
ThreadLocal(). Constructor for class sun.server.util.ThreadLocal
time. Variable in class sun.server.util.Alarm
The absolute time, in ms, when to the alarm handler.
timeout. Variable in class sun.servlet.http.HttpServer
The handler timeout in milliseconds.
timeout. Variable in class sun.server.Service
Handler thread timeout.
timeout. Variable in class sun.server.ServiceParameters
The number of seconds to wait for a new connection before a handler thread times out.
TimingTrace(String, int). Constructor for class sun.server.util.TimingTrace
title_oid. Static variable in class sun.security.x509.X500Name
OID for the "T=" attribute, denoting a person's title.
toBytes(String). Static method in class sun.servlet.http.HttpDate
Converts the specified string to an array of ascii bytes.
toDate(HttpDate). Method in class sun.servlet.http.MessageBytes
Returns the message bytes parsed as a date.
toDate(HttpDate). Method in class sun.servlet.http.MessageString
Returns the message string parsed as a date.
toInteger(). Method in class sun.servlet.http.MessageBytes
Returns the message bytes parsed as an unsigned integer.
toInteger(). Method in class sun.servlet.http.MessageString
Returns the message string parsed as an unsigned integer.
toLower(int). Static method in class sun.servlet.util.Ascii
Returns the lower case equivalent of the specified ASCII character.
toString(). Method in class sun.security.acl.AclEntryImpl
Return a string representation of the contents of the ACL entry.
toString(). Method in class sun.security.acl.AclImpl
return a stringified version of the ACL.
toString(). Method in class sun.security.x509.AlgIdDSA
Returns a string describing the algorithm and its parameters.
toString(). Method in class sun.security.x509.AlgorithmId
Returns a string describing the algorithm and its parameters.
toString(). Method in class sun.security.x509.CertException
Returns a string describing the certificate exception.
toString(). Method in class sun.security.acl.GroupImpl
Prints a stringified version of the group.
toString(). Method in class sun.server.realm.HostAclEntryImpl
returns a string representation for this acl entry -- with Host support --
toString(). Method in class sun.servlet.http.HttpDate
Returns a string representation of the date.
toString(). Method in class sun.servlet.http.MessageBytes
Returns the message bytes as a String object.
toString(). Method in class sun.servlet.http.MessageString
Returns the message string as a String object.
toString(). Method in class sun.servlet.http.MimeHeaderField
Returns a string representation of the header field.
toString(). Method in class sun.servlet.http.MimeHeaders
Returns a lengthly string representation of the current header fields.
toString(). Method in class sun.security.acl.PermissionImpl
Prints a stringified version of the permission.
toString(). Method in class sun.security.acl.PrincipalImpl
Prints a stringified version of the principal.
toString(). Method in class sun.server.realm.Realm
Identifies this realm
toString(). Method in class sun.server.ServiceConfiguration
Convert to a string.
toString(). Method in class sun.server.util.SimpleHashtable
Returns a rather long string representation of this hashtable.
toString(). Method in class sun.security.x509.X500Name
Returns a string form of the X.500 distinguished name.
toString(). Method in class sun.security.x509.X509Cert
Returns a printable representation of the certificate.
toString(). Method in class sun.security.x509.X509Key
Returns a string representation of the object.
toString(boolean). Method in class sun.security.x509.X509Cert
Returns a printable representation of the certificate.
total. Variable in class sun.servlet.http.HttpInputStream
The total number of bytes for the current request.
total. Variable in class sun.servlet.http.HttpOutputStream
The total number of bytes written so far.
total. Variable in class sun.servlet.http.HttpServer
The total number of active handlers.
total. Variable in class sun.server.Service
The total number of handler threads.
toUpper(int). Static method in class sun.servlet.util.Ascii
Returns the upper case equivalent of the specified ASCII character.
TraceLog(). Constructor for class sun.server.log.TraceLog
Creates a new trace log object.
TraceLog(OutputStream). Constructor for class sun.server.log.TraceLog
Creates a new trace log using the specified output stream.
trustedGet(Object). Method in class sun.security.AuthContext
Provides a simple "Secure path" facility.
trustedGet(Object). Method in class sun.security.AuthGUI
A simple "Secure path" facility, which knows how to prompt for the passphrase for the entity described in the constructor to this class.
trustedGet(Object). Method in class sun.security.AuthTTY
Provides a simple "Secure path" facility.
ts_buf. Variable in class sun.server.ServiceHandler
type. Variable in class sun.servlet.http.MimeHeaderField
The header field value type.

U

UnavailableException(int, Servlet, String). Constructor for class javax.servlet.UnavailableException
Constructs a new exception with the specified descriptive message, indicating that the servlet is temporarily unavailable and giving an estimate of how long it will be unavailable.
UnavailableException(Servlet, String). Constructor for class javax.servlet.UnavailableException
Constructs a new exception with the specified descriptive message, indicating that the servlet is permanently unavailable.
update(byte[], int, int). Method in class sun.security.x509.X500Signer
Called for each chunk of the data being signed.
update(Observable, Object). Method in class sun.servlet.http.HttpResponse
This method is called for a full request when the servlet first writes to the output stream.
update(Observable, Object). Method in class sun.server.ServiceLog
Routine called when properties are updated by the Observable object.
updateProperties(ExProperties). Method in class sun.server.ServletInfo
Called when properties are updated from the admin UI.
updater. Static variable in class sun.servlet.http.HttpDate
Maintains updated current time.
URLContentsImpl(). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(DiskCacheImpl, URL, String, int). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(DiskCacheImpl, URL, String, int, int, String, long, long). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(URLConnection). Constructor for class sun.server.util.URLContentsImpl
URLContentsImpl(URLContents). Constructor for class sun.server.util.URLContentsImpl
URLDecoder(). Constructor for class sun.server.util.URLDecoder
useGMT. Variable in class sun.server.log.Log
If true then output GMT instead of local time.
useGMT(boolean). Method in class sun.server.log.Log
If true specified then use GMT for date output, else use local time.
useNative. Static variable in class sun.server.Service
Set to true if native library support is available.
user. Variable in class sun.server.ServiceParameters
The user to change to when running the service.

V

value. Variable in class sun.servlet.http.MimeHeaderField
The header field value.
vendor. Variable in class sun.server.ServiceParameters
The service vendor.
verbose. Variable in class sun.servlet.http.HttpServer
Set to true for verbose output.
verf_CA_UNTRUSTED. Static variable in class sun.security.x509.CertException
Indicates that a certificate authority in the certification chain is not trusted.
verf_CHAIN_LENGTH. Static variable in class sun.security.x509.CertException
Indicates that the certification chain is too long.
verf_INVALID_EXPIRED. Static variable in class sun.security.x509.CertException
Indicates that the certificate has expired and so is not valid.
verf_INVALID_NOTBEFORE. Static variable in class sun.security.x509.CertException
Indicates that the certificate is not yet valid.
verf_INVALID_REVOKED. Static variable in class sun.security.x509.CertException
Indicates that the certificate was revoked, and so is invalid.
verf_INVALID_SIG. Static variable in class sun.security.x509.CertException
Indicates that the signature in the certificate is not valid.
verf_PARSE_ERROR. Static variable in class sun.security.x509.CertException
Indicates an error parsing the ASN.1/DER encoding of the certificate.
verify(PublicKey). Method in class sun.security.x509.X509Cert
Throws an exception if the certificate is invalid because it is now outside of the certificate's validity period, or because it was not signed using the verification key provided.
verifyNotInPolicies(Principal). Method in class sun.server.realm.Realm
Utility for use when checking if it's alright to delete a user or group: raises an exception if the principal is in a group or ACL.
VeriSign(). Constructor for class sun.security.VeriSign
version. Variable in class sun.server.ServiceParameters
The service version.

W

waitJeevesEvent(). Method in class sun.server.Service
Blocks until the Jeeves Event is triggered.
wday. Variable in class sun.servlet.http.HttpDate
Weekday: Sun = 0, Sat = 6
weekCount. Variable in class sun.server.util.DateRep
WorldGroupImpl(String). Constructor for class sun.security.acl.WorldGroupImpl
write(byte[]). Method in class sun.server.log.LogOutputStream
Writes an array of bytes to the output stream.
write(byte[], int, int). Method in class sun.servlet.http.HttpOutputStream
Writes an array of bytes.
write(byte[], int, int). Method in class sun.server.log.LogOutputStream
Writes an array of bytes to the output stream.
write(byte[], int, int). Method in class sun.server.util.TextOutputStream
Writes an array of bytes to the output stream.
write(Exception). Method in class sun.server.log.TraceLog
Writes an exception to the log file if the current logging level is greater than or equal to 2.
write(int). Method in class sun.servlet.http.HttpOutputStream
Writes a byte.
write(int). Method in class sun.server.log.LogOutputStream
Writes a byte of data to the output stream.
write(int). Method in class sun.server.util.TextOutputStream
Writes a byte of data to the output stream.
write(int, Exception). Method in class sun.server.log.TraceLog
Writes an exception to the log file if the current logging level is greater than or equal to the specified level.
write(int, String). Method in class sun.server.log.TraceLog
Writes a message to the log file if the current logging level is greater than or equal to the specified level.
write(Object). Method in class sun.server.util.DBDataEncoder
write(Object). Method in class sun.server.util.DBDataSimpleEncoder
write(OutputStream). Method in class sun.servlet.http.HttpDate
Writes an RFC 1123 formatted date to the specified output stream.
write(OutputStream). Method in class sun.servlet.http.MessageBytes
Writes the message bytes to the specified output stream.
write(ServletOutputStream). Method in class sun.servlet.http.MessageString
Writes the message string to the specified servlet output stream.
write(ServletOutputStream). Method in class sun.servlet.http.MimeHeaderField
Writes this header field to the specified servlet output stream.
write(ServletOutputStream). Method in class sun.servlet.http.MimeHeaders
Writes out header fields to the specified servlet output stream.
write(String). Method in class sun.server.log.TraceLog
Writes a message to the log file if the current logging level is greater than or equal to 2.
writeHeaders(). Method in class sun.servlet.http.HttpResponse
writeOut(byte[], int, int). Method in class sun.servlet.http.HttpOutputStream

X

X500Name(DerInputStream). Constructor for class sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded input stream.
X500Name(DerValue). Constructor for class sun.security.x509.X500Name
Constructs a name from an ASN.1 encoded value.
X500Name(String, String, String, String). Constructor for class sun.security.x509.X500Name
Constructs a name from fields common in enterprise application environments.
X500Name(String, String, String, String, String, String). Constructor for class sun.security.x509.X500Name
Constructs a name from fields common in Internet application environments.
X509Cert(). Constructor for class sun.security.x509.X509Cert
Construct a uninitialized X509 Cert on which decode must later be called (or which may be deserialized).
X509Cert(byte[]). Constructor for class sun.security.x509.X509Cert
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509Cert(byte[], int, int). Constructor for class sun.security.x509.X509Cert
Unmarshals a certificate from its encoded form, parsing the encoded bytes.
X509Cert(DerValue). Constructor for class sun.security.x509.X509Cert
Unmarshal a certificate from its encoded form, parsing a DER value.
X509Cert(X500Name, X509Key, Date, Date). Constructor for class sun.security.x509.X509Cert
Partially constructs a certificate from descriptive parameters.
X509Key(). Constructor for class sun.security.x509.X509Key
Default constructor.

Y

year. Variable in class sun.server.util.DateRep
year. Variable in class sun.servlet.http.HttpDate
Years since 1900